How to Install eclipse-pydev in Ubuntu 18.04



Install eclipse-pydev by entering the following commands in the terminal:

sudo apt update
sudo apt install eclipse-pydev

Description:

Python IDE for Eclipse

PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development. . It comes with many goodies such as: . * Django integration * Code completion * Code completion with auto import * Syntax highlighting * Code analysis * Go to definition * Refactoring * Mark occurrences * Debugger * Remote debugger * Tokens browser * Interactive console * Unittest integration * Code coverage

Homepage: http://pydev.org

Version: 3.9.2-5

Section: universe/devel