On 2012-07-01, Virgil Stokes <vs at it.uu.se> wrote: > I have tried to update 0.12 in Ubuntu 12.04 but as of now it can not find 0.13. > Any suggestions on how to get it into Ubuntu 12.04 would be appreciated. Install pip and use it to upgrade ipython: sudo apt-get install python-pip sudo pip install --upgrade ipython Dave Cook