Created
May 9, 2016 14:49
-
-
Save dsaran/3c27c8932de7357495c696ebe70b3466 to your computer and use it in GitHub Desktop.
python autocomplete
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
# Remember to add env variable PYTHONSTARTUP=~/.pythonrc | |
import rlcompleter | |
import 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