Created
October 3, 2014 06:15
-
-
Save mitliagkas/178094a20847e9b1c35a to your computer and use it in GitHub Desktop.
Python startup file for tab completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import rlcompleter, readline | |
readline.parse_and_bind('tab: complete') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For this to be executed by the python interpreter, set:
export PYTHONSTARTUP="[LOCATION]/pythonstartup.sh"