I'm using Arch Linux. I'm trying to install jedi autocompletion but it's not working. I installed Atom extension, vim extension, jedi itself and I ran export PYTHONSTARTUP="$(python -m jedi repl)"
but when I start to type neither Atom nor vim autocompleats. How can I fix it?
Asked
Active
Viewed 191 times
0

enes3626
- 47
- 6
-
Setting `PYTHONSTARTUP` will not do anything for you. That helps when you want to work in the REPL. – Dave Halter Jul 26 '20 at 22:55
-
You probably need to get way more specific about your problems, nobody will be able to help you with this error description. – Dave Halter Jul 26 '20 at 22:56