"1" Reference: http://pydev.org/index.html
Recently installed in the ubuntu12.4 devpy plug-ins, encountered installation errors, the last found to be a plugin problem, we recommend that you use the following URL installation
Http://download.aptana.com/studio3/plugin/install
Set Pydev
Open Eclipse->windows->preference->pydev->interpreter-python,
Click New L to create a new interpreter, name casually, path you use
Whereis Python3 (which version of your installation is a few) check bin, my under/usr/lib/python3, called Python3, select or copy this path to
Interproter Name:python3
Interproter executable: the appropriate path
Then it will automatically import some library files after performing the Apply, OK OK
Create a Pydev Project
File-—— Other--pydev folder ——— PyDev project Next, enter PyDev project name click Finish to complete
Then right-click the item new to create a new Pydev module Click on the open, enter package package name, module name casually, finish finished
Open the newly created PY script to enter print "Hello World" and run as select Python run
The correct console will print the Hello world information, the entire installation process has been completed