IPython on OS X
What has worked for me:
setup a virtualenv
easy_install readline
easy_install ipython
If python gets updated by MacPorts, remove the old virtualenv, and re-run.
What has worked for me:
setup a virtualenv
easy_install readline
easy_install ipython
If python gets updated by MacPorts, remove the old virtualenv, and re-run.