How to Install Eric Python IDE on Ubuntu

Eric is a free and open source Python IDE for Linux, Windows and MacOS. It comes with any number of open editors, syntax highlighting, auto completion, integrated remote debugger, project management, build-in python checker, unit test, documentation viewer, refactoring, folding, mercurial and subversion support, application diagrams, google protobuf support, integrated web browser and you can also extent the features via plugins. It is written using PyQt and QScintilla.

Eric Python IDE

Install Eric IDE on Ubuntu

To install Eric Python IDE on your system, run below commands one by one. It will install PIPX and Eric Python IDE on your system

sudo apt install pipx
pipx ensurepath
pipx install eric-ide

After the successful installation of Eric Python IDE, open it using below command.

eric7_ide
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  How to Install Komodo IDE on Ubuntu

Leave a Reply