1 2 3 4 5 6
#!/usr/bin/python # run on each Python shell # disable history import readline readline.write_history_file = lambda *args: None