Topic starter 12/11/2021 8:06 pm
I have looked everywhere and can't find where the packages are installed. I am using Windows 8.
Neha liked
12/11/2021 8:12 pm
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.