linux-cultist / venv-selector.nvim

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

Fix Windows $PATH entry separator character #70

Closed leitec closed 9 months ago

leitec commented 9 months ago

Windows uses ; to separate entries in the PATH environment variable. This was hardcoded to : which meant that a terminal in nvim wouldn't find the venv's Scripts directory.

Also fixes a small typo in sys.get_info().

linux-cultist commented 9 months ago

Thank you! Will have a look tomorrow and see if we can get this merged. :)

linux-cultist commented 9 months ago

This looks good, merging. If you notice anything else not working for Windows, let me know please.... dont have a windows machine to test on. :/

leitec commented 9 months ago

This looks good, merging. If you notice anything else not working for Windows, let me know please.... dont have a windows machine to test on. :/

Cool, will do!

Thanks for the very useful plugin.