I've created a new Django project since almost 1 month ago. I have several packages installed. As I'm using virtual environment I can find all these packages in this directory F:\newEnironment\Lib\site-packages enter image description here
Now when I activate my environment and go on my project, pip command doesn't do anything. I want to use pip lists and pip freeze. Both returns nothing.
Some of the project abilities won't work if these packages aren't installed. I can successfully run the project on my machine and that's why I'm quite sure this packages are installed. For instance when I write pip list in CMD it shows me that pillow isn't installed globally on my machine. As you see in the picture above it includes in site-packages directory which means I have it installed locally. Not only that, my projects pictures are works correctly because of pillow.