May 2019
Intermediate to advanced
452 pages
12h 16m
English
Installing and setting up PyDev is very similar to PyCharm. To install it, first download LiClipse, which is available as a compressed archive from https://www.liclipse.com/download.html:

Select the appropriate file for your platform and architecture:

Once you have downloaded the file, you can use the following commands to set it up after opening the Terminal from the same location, as we saw for PyCharm earlier:
$ tar -xvzf liclipse_5.1.3_linux.gtk.x86_64.tar.gz --directory /opt$ echo 'export LICLIPSE=/opt/liclipse' ...
Read now
Unlock full access