

Run the following command to start eclipse installer –. Now use the following to move to the extracted directory – cd /opt/eclipse-installer/ Once the download is completed, use the following command to extract the downloaded package – sudo tar xfz Downloads/eclipse-inst-jre-linu圆4.tar.gz -C /opt/ OR use the following command to download it – wget Go to the download page on its official website and download the Eclipse for Linux 64 bit. Press y and then enter when it asks you for confirmation. Installing JavaĮclipse is a java based IDE it requires the java runtime environment (JRE) to be installed on your system. So first install and set up the Eclipse IDE on your Ubuntu system and then install PyDev on it. To set up your Eclipse IDE for Python development you need to install a plugin called PyDev. It has features like Python Linter, debugging, autocompletion, refactoring support, Django support, etc.

Installing Eclipse for Python development in Ubuntu You should have the java runtime environment installed on your system.Access to a user account with sudo privileges.
