How to use the newest ipython in ubuntu12.04?

How to use the newest ipython in ubuntu12.04?

The newest ipython is 1.0. The ipython in official software center is too old.

Thanks


You can use setuptools or pip. These usually get the latest version of any python package listed on PyPi

Try

sudo apt-get install python-pip          # or python-setuptools
sudo pip install ipython

sudo pip install --upgrade ipython