linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
379 stars 40 forks source link

Fix win32 guard when activating venvs #101

Closed petobens closed 4 months ago

petobens commented 4 months ago

Otherwise VIRTUAL_ENV is never set on linux

linux-cultist commented 4 months ago

Thank you, I will have a look at this early next week. I managed to attract a cold this weekend...

It sounds weird that the variable is not set on Linux, but maybe there has been a regression. Will be interesting to look at.