-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
I'm trying to migrate my existing emacs setup to use python-language-server
via eglot. I am currently using emacs with the emacs-jedi package. I'm able to pass a path to a virtualenv that ends up instantiating a Jedi environment like this: jedienv = jedi.create_environment(venv, safe=safe)
Is there a way to run python-language-server
installed in one virtualenv (one that I use for packages requires across projects) but use a different one (ie the project virtualenv) for completion like is done above?
I've read through the existing issues but I'm not sure of the answer (#143, for example). Is it to set VIRTUAL_ENV
when running pyls
? Is there a way to pass a path instead like described above?
kawing-chiu, mjkramer, mgalgs and lockie
Metadata
Metadata
Assignees
Labels
No labels