Ubuntu system. How to integrate the python development environment in the eclipse environment?
Step 1: Install Python
Chenlly @ chenlly :~ $ Sudo apt-Get install Python
Default directory after installation:/usr/bin/Python
Step 2: install and configure pydev
(1) install the pydev plug-in
Start eclipse. In help-install new software, a dialog box is displayed. Click Add to enter the name and link. Enter pydev as the name, and http://pydev.org/updatesas as the link. Then, click OK. After installation, restart eclipse to make the installation take effect.
(2) configure the python Interpreter
On the eclipse menu bar, choose Window> preferences> pydev> interpreter-(Python/Jython). Configure the python/Jython interpreter here. The following describes how to configure python.
First, add the installed interpreter. The default installation directory of Ubuntu is/usr/bin/python. Click new and select the python Interpreter/usr/bin/python. A window containing multiple check boxes is displayed. Select the path to be added to the system pythonpath and click OK. In this way, the python interpreter is configured.