Where does PIP Stor...
 
Share:
Notifications
Clear all

[Solved] Where does PIP Store / Save Python 3 Modules / Packages on Windows 8?


myTechMint
(@mytechmint)
Member Moderator
Joined: 4 years ago
Posts: 52
Topic starter  

I have looked everywhere and can't find where the packages are installed. I am using Windows 8.


Neha liked
Quote
Topic Tags
Neha
 Neha
(@asha)
Member Admin
Joined: 4 years ago
Posts: 31
 

Use this command to list global packages with their locations:

pip list -v

This command will list all installed packages along with version and installed path details. It will work in both Windows and Linux as it only requires pip.


ReplyQuote