linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
442 stars 46 forks source link

Default pipenv path on Windows is wrong #102

Closed bruce3x closed 6 months ago

bruce3x commented 7 months ago

pipenv source code

The default path for pipenv on Windows should be '~\\.virtualenvs'

linux-cultist commented 7 months ago

Thanks for reporting, will change it ASAP. 👍

linux-cultist commented 6 months ago

Fixed. :+1: