I want to have an empty virtual environment where there will be no python modules or libraries that had installed before. I use git bash for this. I create it and activate, but when I use pip list or pip freeze I see all the libraries I have on my PC. What do I do wrong? Thank you.
Here is a print screen, that shows my actions: