linux-cultist / venv-selector.nvim

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

Edited the logic for setting CONDA_PREFIX to also work for Linux and Mac for conda users, not just Windows users #93

Closed bonryu closed 5 months ago

bonryu commented 5 months ago

With this change, CONDA_PREFIX is also set for Linux and Mac (if conda environment is activated), not just windows users.

Prior to this change, opening a terminal, one would see that $CONDA_PREFIX was not set because it was only being set if "vim.fn.has 'win32'" was true.

bonryu commented 5 months ago

Found out today that this does not work as expected. Closing the request until further testing is done.