Setting custom pythonpath in a per project settings file #177
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)? |
Beta Was this translation helpful? Give feedback.
-
@npradeep357 Is it actually be possible to run pylsp on a custom python ? |
Beta Was this translation helpful? Give feedback.
-
Moving this to our new Discussions forum so you can keep talking about it there. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions