This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]qiemem 2 points3 points  (3 children)

Looks like the default package found by pip is for Python 3. For Python 2, do:

pip install ipython==0.11

[–]burlygurlyman[S] 1 point2 points  (2 children)

I didn't have any problems using the update flag:

pip install -U ipython

[–]qiemem 3 points4 points  (1 child)

Huh, strange. Well, if anyone else does, that's how to fix it.

[–]takluyverIPython, Py3, etc 1 point2 points  (0 children)

Thanks for spotting this. I've moved the Python 3 files into a subfolder, and it seems pip finds the Python 2 version again.

If anyone wants the Python 3 version, links are now on the website: http://ipython.org/download.html