system wide installation, multiple python versions #304
Unanswered
david-vicente
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Are you saying that even after specifiying a FWIW, I use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I have installed
pylsp
withpython -m pip install "python-lsp-server[all]"
using the system wide
python
interpreter (lets say version 3.10) that comes with my Linux distribution, but I want to usepylsp
while editing a script for another python version (e.g. 3.11, installed usingpyenv
), is there a way to informpylsp
of this?For example using
pyright
if I addto
pyproject.toml
at the root of the project,pyright
adapts accordingly, even though I also installed it using my system wide python running(I know that installing
pyright
throughpip
installsnode
in the background though...)Beta Was this translation helpful? Give feedback.
All reactions