I am using ipython on Mac OS 10.5 with python 2.5.1 (I would actually like to use ipython for 2.6.1, but it doesn\'t seem to be available?)
I installed ipython via e
The only working way on MacOS Mavericks is to:
workon myproject_name
pip uninstall readline ipython
easy_install readline
pip install ipython
It's work well on my MacOS and tested a long time.