Setting custom pythonpath in a per project settings file #177
rafaelleru
started this conversation in
Configuration
Replies: 4 comments 4 replies
|
@rafaelleru, What to do you mean by certain projects? Do you want to run this pylsp on a custom python (other than the globally installed one)? |
0 replies
|
@npradeep357 Is it actually be possible to run pylsp on a custom python ? |
2 replies
|
Moving this to our new Discussions forum so you can keep talking about it there. |
0 replies
|
Hello. I was directed from my issue to here for support. I have already resolved, but sharing it here in case it helps someone. My solution is to patch the Jedi interaction so it dynamically finds the venv associated with respective projects. |
2 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.
Hi all, sorry for asking here but I could not find the solution on jedi documentation neither on SO or pylsp docs.
Is there a way to custom set my pythonpath only for certain projects? I can do it via venv but I don't know how to do it with a config file in order to use it with the global LSP server in my machine.
Thanks.
All reactions