How to install Eclipse and PyDev extensions in Ubuntu 14.04?

  
                

Eclipse is an integrated development environment and a scalable development platform based on java. Earlier we introduced you to the tutorial on installing Eclipse in the Windows system environment. Now I will introduce you to the Eclipse installation method in the Ubuntu 14.04 system environment. If you are an Eclipse user, you can also install the PyDev extension.

Installation method:

1. Install Eclipse first, run it from the command line: (all dependencies will be installed)

sudo apt-get install eclipse

2, after the installation is complete, open Eclipse, click the Help option, select Innstall New Software;

3, click add, the following dialog box appears;

4, add the website, as shown below, add Afterwards;

5, because Ubuntu is not installed by default, the latest version of Eclipse, so you can not install the latest PyDev, such as my 12.4 installed Eclipse3.7.2., the installation is PyDev2.8.2, Do not install the extension;

6, then click Next, accept the license, just click on the completion.

After the installation is complete, a dialog box for trusting PyDev will pop up. We just click OK. If we are installing an older version of Eclipse, then there is no need to install PyDev, because the old version of the extension does not need to be installed separately.

Copyright © Windows knowledge All Rights Reserved