forked from VimPlug/jedi
Note that you have to add PYTHONSTARTUP to your profile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user