tkf / emacs-jedi

Python auto-completion for Emacs
http://tkf.github.io/emacs-jedi/latest/
666 stars 89 forks source link

Fix complete with multiple environments for jedi >= 0.18.0 #370

Closed Anoncheg1 closed 1 year ago

Anoncheg1 commented 1 year ago

From jedi 0.18.0, jedi.Script does not have a sys_path param anymore. To use a customized sys_path now requires the use of jedi.api.Project Anoncheg1: tested with jedi-0.18.2 (python 3.10)