-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Behave different with quite nvim activate virtual env and enter the nvim! #28
Comments
Hi @meicale, probably dependent on how you configure your diagnostic tools? |
Any update on this? I've observed the same thing. |
I would need some more details to be able to help here, it does work for me |
And I noticed in your |
I see, I don't know how venvs work on windows. On UNIX systems it's sufficient to update PATH. What would be the corresponding action on windows? |
Yeah, updating PATH is sufficient but your implementation updates the wrong venv_path for Windows. I manually changed the
The lsp now opens packages installed in the activated virtual environment. It's like I said before, you initially used |
Thanks @Klvxn! Would you like to open a PR which fixes this with your |
Okay I just went through previous PRs and someone already opened one for the same exact purpose (#43 ). So, I'd simply just leave a review of the changes the person made if that's okay? |
Oh right thanks for pointing that out, it had completely slipped my mind |
Behave differently with quite nvim activate virtual env and enter the nvim!
I used this plugin to change used virtual env on the fly when run shell command directly in neovim. It works and it can find the right python bin. But the editor can not notice that changes. The diagnostic tools still complains the wrong things. Does anyone know how to solve this? Thanks!
The text was updated successfully, but these errors were encountered: