How To Install Python IDE For Eclipse In Linux and Windows? – POFTUT

How To Install Python IDE For Eclipse In Linux and Windows?


Eclipse is a popular IDE that supports a lot of different operating systems and programming languages. Eclipse supports the Python programming language and development for operating systems Windows, Linux, Mac OS X, etc. In this tutorial, we will learn Python IDE installation for operating systems Windows, Linux with eclipse installer and repository.

Install Java or JRE

Eclipse IDE is devleoped with the Java programming language. This means in order to run Eclipse the Java or JRE should be already installed if not we will install the JRE or JDK for Linux and Windows like below.

Install Eclipse

After installing Java or JRE or JDK we will start the Eclipse IDE installation. Python IDE for Eclipse is not provided directly with Eclipse installation. So first we will install another IDE like Java for the Eclipse and then we will install Python IDE from the marketplace. Following instructions can be used for Linux and Windows very similar.

Windows

First, we will download the Eclipse IDE 2020-03 from the following link for the 64-bit version by default. The current operating system is Windows but we can select other operating systems like Mac OS X, Linux, etc.

https://www.eclipse.org/downloads/

Eclipse Dowload Page

We will be redirected into the following web page which provides the installer named eclipse-inst-win64.exe .

Eclipse Download For Windows

For alternative operating systems like Linux and Windows use the following page which provides the same experience to download the Eclipse IDE.

https://www.eclipse.org/downloads/packages/

Eclipse Installer For Windows, Mac OS X, Linux

Linux

Eclipse installation for Linux distributions like Ubuntu, Debian, Fedora, Mint, Kali, CentOS can be done in different ways. Repositories can be used to install Eclipse IDE but generally, the repositories provide older or outdated versions. The best way is to use the Eclipse Installer from eclipse.com.

LEARN MORE  How To Download, Install or Uninstall PyCharm On Windows?

https://www.eclipse.org/downloads/

Download Eclipse Installer For Linux

We will be redirected to the followin web page where the Eclipse installer is provided as a tar.gz file. We will download the eclipse-ins-linux64.tar.gz file like below.

https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2020-03/R/eclipse-inst-linux64.tar.gz

Download eclipse-inst-linux64.tar.gz File

After the download is completed we have to extract the tar.gz file to run installation executables. We will use the file browser extractor to extract like below.

Extract Eclipse Installer Files For Linux

After extracting the installation files we will navigate into the folder eclipse-linux64 directory like below and click to the eclipse-inst script like below which will start eclipse installation process.

Start Eclipse Installation Process For Linux

Below we will see a list of programming languages and development environments like Java, Java Enterprise, C/C++, Web and JavaScript, PHP etc. We will select the programming language we want to install for Eclipse. In this example we will select the Eclipse IDE for Java Developers

Select Programming Language To Install For Eclipse

When we select the Java Programming Language we will see the following installation screen and some basic configuration. Java 1.8+ VM specifies the JVM path which should be higher then Java 1.8. Installation Folder is the path where Java IDE will be installed.

Start Java IDE Installation For Eclipse

During the installation or at the end of the installation we may be asked to accept the given licences which will look like below. We will just select Remember accepted licenses and then click to the Accept button like below.

Accept Eclipse License Agreements

When the Eclipse installation is completed we will see the following screen where we can launch the Eclipse IDE for Java by clicking to the Launch button.

Launch Eclipse IDE For Java

Install Python IDE For Eclipse

First, we will open the newly installed Eclipse from the desktop shortcut or command line. For the first time, we will see the following screen where we will set the workspace for the eclipse project.

Select The Workspace Path

Then the eclipse will be opened like below. Python IDE is provided as a 3rd party extension with the name of the PyDev. We will open the Eclipse Marketplace from the Help menu like below.

Open MarketPlace

We will see the Eclipse Market place screen like below. We will search for the python keyword from the Search tab which is default. The PyDev extension will be listed like below. We will click to the Install to start installation .

Eclipse PyDev Install

We will be asked for some selected features where we will leave the default and click to the Confirm like below.

Confirm Selected PyDev Features

In the next step we will Accept the PyDev licences like below and lick to the Finish.

Eclipse Review License

When the installation start the Market Place will be closed and the installation can be tracked from bottom right corner of the Eclipse main screen like below.

PyDev Installation

When the installation is completed we will see the following message where we need to restart the Eclipse in order to start PyDev Python development environment.

Restart Eclipse

Leave a Comment