Hi there.
I’ve installed some packages such as numpy and pandas using pip. Bu when I go to my python directory and site-packages folder, I only see to folders called:
pip
pip-23.2.1.dist-info
How can I see my installed packages in “site-packages” folder?
Actually now I remember I installed the packages using anaconda. Is there a way I can install them on my main python directory inside the site packages? I’m on Windows 10 OS
Yes use pip from the version of python that you want to install the package for. On Windows its usually best to use the py.exe to run python and run pip like this: