This page is no longer maintained, and may be out of date.
These instructions refer to Anaconda Distribution exclusively, but will also work with Miniconda.
- Download Eclipse and read the Eclipse resources.
- You may need to install the latest Java JDK/JRE before installing PyDev in order for PyDev to show up in the Eclipse Preferences menu after PyDev installation.
- Install PyDev.
-
Open the Eclipse Preferences window:
- In the PyDev list, select Interpreters, and then select Python Interpreter.
-
Click the Browse for python/pypy exe button:
-
In the Interpreter Name box, type
Anaconda Python
. -
Browse to your Anaconda Python interpreter path.
The interpreter you choose is related to your environment, so Eclipse
will have access to all of the packages in that environment. To add
new packages, you may need to
conda install package-name
in your Anaconda Prompt or terminal. -
Click the OK button:
-
In the next window, select the folders to add to the SYSTEM Python path:
- Select all the folders
-
Click the OK button.
The Python Interpreters window now displays Anaconda Python:
- Click the Apply and Close button.