Add autocomplete and history to your Python REPL. Saves history per interpreter/version file.
- Create a
~/.python/
folder. - Move the
autocomplete
script in that folder. - Add
export PYTHONSTARTUP=~/.python/autocomplete
to your~/.profile
file. - Happy coding!
- Only tested with OS X