linux-cultist / venv-selector.nvim

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

how to find the rye venv #143

Closed newdee closed 3 weeks ago

newdee commented 3 weeks ago

hello, I use rye to manage python package, it always in .venv folder, but I can not find it when coding. this plugin is very useful, so, I would like to know how to use the Rye Python environment in Vim. thanks!

newdee commented 3 weeks ago

I just add .venv folder to name, and it seems work, thanks again

linux-cultist commented 3 weeks ago

Hi,

Yeah sounds like it should work on old version. But if you try the new version of VenvSelect, it will be found automatically. You should switch over to it if you have time, since it's where new updates take place. :) See the Readme at the top for more info. Enjoy the plugin!

newdee commented 3 weeks ago

Hi,

Yeah sounds like it should work on old version. But if you try the new version of VenvSelect, it will be found automatically. You should switch over to it if you have time, since it's where new updates take place. :) See the Readme at the top for more info. Enjoy the plugin!

Yes, thanks, I already did that :smile: