You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
i'm sorry if lots of people already asked this question and i'll ask it again but with all the solutions i've read i still have not figured out how to correctly set that. The situation is the following:
i'm working on an embeddable python environment, obtained from the embeddable python distribution, extracted from the archive, not a virtual env, with a library i made and installed in that environment. the code runs without issues.
That said, how can i set the pylsp server to use THAT environment?
The text was updated successfully, but these errors were encountered:
Hey @lmascelli, thanks for reporting. This can be done by setting the pylsp.plugins.jedi.environment configuration option to the path of your Python executable.
All configuration options for the server can be found here:
hi,
i'm sorry if lots of people already asked this question and i'll ask it again but with all the solutions i've read i still have not figured out how to correctly set that. The situation is the following:
i'm working on an embeddable python environment, obtained from the embeddable python distribution, extracted from the archive, not a virtual env, with a library i made and installed in that environment. the code runs without issues.
That said, how can i set the pylsp server to use THAT environment?
The text was updated successfully, but these errors were encountered: