Possible Duplicate:
Python shell: Arrow keys do not work on remote machine
I have no idea why history won't work in the Python 2.7.2 interpreter. I get strange character groups for each of the arrow keys. This doesn't happen in Terminal. BTW I am on Ubuntu 10.04. Here is a screen shot of this hell:

How do I get back the ability to get my command history by pressing the Up and Down Arrow keys?
$TERMenvironment variable? How are you invoking the Python interpreter? Are you typingpythonfrom a shell prompt? If so, what terminal emulator is the shell running under? – Keith Thompson Dec 13 '11 at 20:28echo $TERMprints outxterm-256color. I invoke Python interpreter by typingpython. @VinaySajip Ok thanks. – s3z Dec 19 '11 at 9:42