pyenv-virtualenv
pyenv-virtualenv copied to clipboard
Doesn't work with env directories beginning with period
Steps to reproduce:
- pyenv virtualenv 3.6.8 .ve
- pyenv virtualenvs
Expected: two lines
Observed: no lines
Although pyenv activate .ve works, pyenv deactivate doesn't.
Have you checked pyenv versions to see if it has something like 3.6.8/envs/.ve?
Yes, it does not print it.