where are python packages installed windows code example
Example 1: how to find where python modules are installed
# this will show where numpy is installed
pip show numpy
Example 2: windows where are pip packages installed
#Windows
%localappdata%\programs\python\python38\lib\site-packages
#Installed with chocolatey
C:\Python38\Lib\site-packages