Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

Eric is a Python integrated development environment with rich features, coming in two variants: Eric4, which will use Python 2, and Eric5, using Python 3. Eric is written in Qt and thus fits well in a KDE environment.

eric4_01


The wealth of features and options Eric comes with is impressive. There is configurable syntax highlighting, support for CVS, Subversion and Mercurial, integrated debugger and web browser, indentation, split view, projects, bookmarks, plugins.

The latest versions of Eric4 (4.5.25) and Eric5 (5.4.7) are bug fix releases. Screenshots here are from Eric4 running in Ubuntu, but, except for a few minor differences, the two different versions have basically the same functionality.

Eric comes with a powerful configuration window too:

eric4_config

Install Eric4 in Ubuntu 14.04

Download the source tarball from here (direct SourceForge link here), then uncompress it:

tar -xzf eric4-4.5.25.tar.gz

Install the dependencies:

sudo apt-get install python-qscintilla2

Change the directory to eric4-4.5.25 and run the installer with administrator privileges:

sudo python install.py

Run eric4 to start the program.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.