forked from VimPlug/jedi
only use repl keyword for now in __main__.py.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
To use Jedi completion in Python interpreter, add the following in your shell
|
||||
setup (e.g., ``.bashrc``)::
|
||||
|
||||
export PYTHONSTARTUP="$(python -m jedi)"
|
||||
export PYTHONSTARTUP="$(python -m jedi repl)"
|
||||
|
||||
Then you will be able to use Jedi completer in your Python interpreter::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user