1
0
forked from VimPlug/jedi

Note that you have to add PYTHONSTARTUP to your profile

This commit is contained in:
Aaron Meurer
2013-08-10 00:44:30 -06:00
parent 6f9da26593
commit 7c53988bae

View File

@@ -32,6 +32,9 @@ def setup_readline():
import readline, rlcompleter
readline.parse_and_bind("tab: complete")
You'll also need to add ``export PYTHONSTARTUP=$HOME/.pythonrc.py`` to
your bash profile (usually ``.bash_profile`` or ``.profile``).
"""
try:
import readline