Solution for: #3: iPython indents and command history broken

solution: sudo easy_install readline

6
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.

References used: