linux-cultist / venv-selector.nvim

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

Conda Env not activating #111

Closed Abstruse-AK47 closed 2 months ago

Abstruse-AK47 commented 2 months ago

Hi author, Thank you for this wonderful plugin, which helps me a lot, but I meet some problems here. When I trigger the VenvSelect command with the defined keymap, the envs menu will popup, all this is working properly. Screenshot 2024-04-14 161808

When i select .venv(virtual env) everthing works fine as intended, but if i select the other env(C-env,conda env), it doesn't initialize. I get this message with "enable_debug_output = true" Screenshot 2024-04-14 161459 Here is my config Screenshot 2024-04-14 161555

Abstruse-AK47 commented 2 months ago

Resolved this issue don't know how. I installed this nvim-conda and then tried to activate my environment again with :VenvSelect and it worked. Issue Resolved

linux-cultist commented 2 months ago

Thank you for posting the solution too, will probably help someone else in the future. :)