pyenv-virtualenv icon indicating copy to clipboard operation
pyenv-virtualenv copied to clipboard

Doesn't work with env directories beginning with period

Open dlazerka opened this issue 7 years ago • 2 comments

Steps to reproduce:

  1. pyenv virtualenv 3.6.8 .ve
  2. pyenv virtualenvs

Expected: two lines

Observed: no lines

Although pyenv activate .ve works, pyenv deactivate doesn't.

dlazerka avatar May 01 '19 21:05 dlazerka

Have you checked pyenv versions to see if it has something like 3.6.8/envs/.ve?

Sasquiche avatar May 12 '19 00:05 Sasquiche

Yes, it does not print it.

dlazerka avatar May 13 '19 17:05 dlazerka