IPython in virtualenv
Have you been struggling with installing ipython in a virtualenv on Mac OS X 10.5+ that doesn’t use libedit? You’re not alone.
There is a short workaround. In the virtualenv that you want to install ipython in, do easy_install -a readline, then pip install ipython.