This article focuses on the configuration of the Python development environment, so the installation of Eclipse is not described (Here we assume that you have installed Eclipse and can use it to develop Java programs) python is installed on Ubuntu12.04 by default. You can find the Python folder under the/usr/lib/directory (three Python2.7, Python3, and Python3.2 on my computer). Read the following link: python Development
This article focuses on the configuration of the Python development environment, so the installation of Eclipse is not described (Here we assume that you have installed Eclipse and can use it to develop Java programs)
Python is installed on Ubuntu 12.04 by default. You can find the Python folder under the/usr/lib/directory (three Python2.7, Python3, Python3.2 on my computer)
Recommended reading:
(Zhou Wei, Zong Jie). [hd PDF scan version + book with video + code] http://www.linuxidc.com/Linux/2013-11/92693.htm
Python script to get Linux information http://www.linuxidc.com/Linux/2013-08/88531.htm
Build a desktop algorithm transaction research environment http://www.linuxidc.com/Linux/2013-11/92534.htm with Python in Ubuntu
Open Eclipse, help ---> Insatll New SoftWare... dialog box
Click add.
In Name: Enter the Name [random]
In Location: Enter http://pydev.org/updates
Click OK
Select
Then you can accept the installation protocol and click OK.
After installation, the system will prompt you to restart.
Restart Eclipse, Window ---> Preferences
PyDev --> Interpreters ---> Python Interpreter
Click Quick Auto-Config to see the following:
Click OK. Now, python is integrated in eclipse, and you can compile the python project.
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-05/101419.htm