Nov 18
This page pointed out a bizarre but perfect way of fixing readline on mac.
Apparently the GNU license doesn’t play nice for Apple so it doesn’t work by
default. I did this:
And suddenly readline worked in ipython on mac.
sudo easy_install ipython sudo easy_install -f http://ipython.scipy.org/dist/ readline