Reputation: 33
Having installed anaconda, I was trying to set up the python interpreter in eclipse. After the installation, I noticed there are no packages.
Am I doing something wrong? I see that other people's pages have packages but my does not. I was able to find python.exe under the pkge folder in anaconda 3 which is all I was asked to do during the installation process.
EDIT 1: Thank you for your help, I have the python interpreter set up. However, when I made a test project and tried to import numpy, It was giving me an error. Isn't numpy something that comes with anaconda?
Upvotes: 1
Views: 848
Reputation: 2917
Inside the folder where you install Anaconda3, there is the python.exe
file.
And inside the folder python-3.6
in the pkgs
folder also.
Upvotes: 1