I installed Python 2.7 on my mac from source. Before, I could use the arrow keys to scroll through my history. Now, I get this:
>>> print 'stupid'
'stupid'
>>> ^[[A # This is my feeble attempt at scrolling up.
Scrolling still works if I use Python 2.6
Is there a config file for this or is this something that I have to set at compile time?
You forgot to install readline or libedit before building.