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