Enable arrow keys in python interpreter in OS X
From Bob Ippolito:
In the terminal, enter:
python `python -c �import pimp; print pimp.__file__�` -i readline
----
This works with the standard installation of python 2.3 included with OS X. I have not yet gotten readline to work with python 2.4.2.