Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyenv virtualenvs command doesn't list virtualenv created with dot prefixes #394

Closed
Gauravtalreja1 opened this issue Jun 16, 2021 · 0 comments · Fixed by #395
Closed

Pyenv virtualenvs command doesn't list virtualenv created with dot prefixes #394

Gauravtalreja1 opened this issue Jun 16, 2021 · 0 comments · Fixed by #395

Comments

@Gauravtalreja1
Copy link
Contributor

Pyenv virtualenv command doesn't list virtualenv created with dot prefixes, like .my_virtualenv

Steps to reproduce:

  1. $ pyenv virtualenv 3.8.10 .my_virtualenv
  2. Verify this virtualenv exists:
$ ls -la .pyenv/versions/
total 28
drwxr-xr-x.  3 default root 4096 Jun 16 09:20 .
drwxr-xr-x. 14 default root 4096 Jun 16 09:20 ..
drwxr-xr-x.  7 default root 4096 Jun 16 09:20 3.8.10
lrwxrwxrwx.  1 default root   60 Jun 16 09:20 .my_virtualenv -> /opt/app-root/src/.pyenv/versions/3.8.10/envs/.my_virtualenv

  1. $ pyenv virtualenvs #NO STDOUT
@Gauravtalreja1 Gauravtalreja1 changed the title Pyenv virtualenv command doesn't list virtualenv created with dot prefixes Pyenv virtualenvs command doesn't list virtualenv created with dot prefixes Jun 16, 2021
Gauravtalreja1 added a commit to Gauravtalreja1/pyenv-virtualenv that referenced this issue Jun 16, 2021
anton-petrov added a commit that referenced this issue Jun 17, 2021
Fixes #394 - update pyenv virtualenvs to list virtualenvs start with dot prefixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant