diff --git a/jedi/utils.py b/jedi/utils.py index 780e756a..0e0a9d26 100644 --- a/jedi/utils.py +++ b/jedi/utils.py @@ -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