You are on page 1of 3

(../../../..

(../../../../../)

Eclipse and PyDev


Eclipse (http://www.eclipse.org/downloads/) is an open-source platform that provides an array of


convenient and powerful code-editing and debugging tools. PyDev (http://pydev.org/) is a Python IDE
that runs on top of Eclipse.
If you do not already have Eclipse and PyDev installed:

Download Eclipse (http://www.eclipse.org/downloads/) and read the Eclipse resources


(http://www.eclipse.org/resources/).
You may need to install the latest Java JDK/JRE
(http://www.oracle.com/technetwork/java/javase/downloads/index.html) before installing PyDev in
order for PyDev to show up in the Eclipse Preferences menu after PyDev installation.
Install PyDev (http://pydev.org/manual_101_install.html).

After you have Eclipse, PyDev, and Anaconda installed, set Anaconda Python as your default:
1. Open the Eclipse Preferences window:

(../../../../../_images/Eclipse1.png)

2. In the PyDev list, select Interpreters, and then select Python Interpreter.

3. Click the Browse for python/pypy exe button:

(../../../../../_images/Python-interpreter.png)

 v: latest 
4. In the Interpreter Name box, type Anaconda Python .

5. Browse to your Anaconda Python interpreter path (../python-path/#python-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.

6. Click the OK button:

(../../../../../_images/Eclipse3.png)

7. In the next window, select the folders to add to the SYSTEM Python path:
a. Select all the folders:

(../../../../../_images/Eclipse4.png)

b. Click the OK button.


The Python Interpreters window now displays Anaconda Python:

 v: latest 
(../../../../../_images/Eclipse-

interpreter.png)

c. Click the Apply and Close button.


You are now ready to use Anaconda Python with your Eclipse and PyDev installation.

« Using IDEs (../)      IDLE » (../idle/)

Docs Home (../../../../../) Anaconda Home More Help & Support


(https://www.anaconda.com/) (https://www.anaconda.com/support)
 2020 Anaconda, Inc. All Rights Reserved. Privacy Policy (https://www.anaconda.com/privacy-policy/)

 v: latest 

You might also like