mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 07:41:51 +08:00
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