Como usar o mais novo ipython no ubuntu12.04?

15

Como usar o mais novo ipython no Ubuntu12.04?

O mais novo ipython é o 1.0. O ipython no centro de software oficial é muito antigo.

Obrigado

    
por waterloo2005 22.08.2013 / 17:38

2 respostas

21

Você pode usar setuptools ou pip. Geralmente, eles obtêm a versão mais recente de qualquer pacote python listado no PyPi

Tente

sudo apt-get install python-pip          # or python-setuptools
sudo pip install ipython
    
por Fahad Yousuf 22.08.2013 / 17:41
18
sudo pip install --upgrade ipython 
    
por user188207 28.08.2013 / 23:29

Tags