Solution for: #3: iPython indents and command history broken
solution: sudo easy_install readline
- yliu on December 20, 2009, 07:32 AM UTC
Ran into this problem again on OS X 10.6. iPython command history was scrambled, when you used up-arrow to go back. This is on Python 2.6.1 with iPython 0.10. You can see the problem in the attachments, and the fixed version after installing readline.
Simply run: sudo easy_install readline and all will be fixed.
Simply run: sudo easy_install readline and all will be fixed.
References used:
( http://ipython.scipy.org/moin/InstallationOSXLeopard ) - found by hannes on January 21, 2009, 02:05 AM UTC