The current IPython is for Python 2.5 at this writing.
Install IPython as your Python programming environment.
sudo apt-get update
sudo apt-get install python-setuptools
sudo easy_install IPython
Once IPython is installed, you can run it as the following :
ipython
Type quit() to quit.
Filed under: debian, fedora, General, Linux, Python, Ubuntu | 1 Comment »