Written by Sean Behan on Sat Oct 26th 2013

There is annoying line wrap issue present after installing iPython on OS X Mavericks for the first time. The issue has to do with readline being missing. To fix the problem uninstall iPython, install readline and then install iPython.

pip uninstall ipython
pip install readline
pip install ipython

Should be good to go!


Tagged with..
#Python #iPython #Readline #OS X Mavericks #Development Environment

Just finishing up brewing up some fresh ground comments...