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

Fixes #394 - update pyenv virtualenvs to list virtualenvs start with dot prefixes #395

Merged
merged 1 commit into from
Jun 17, 2021

Conversation

Gauravtalreja1
Copy link
Contributor

@Gauravtalreja1 Gauravtalreja1 commented Jun 16, 2021

Fixes #394
After this small fix:

  1. $ pyenv virtualenv 3.8.10 .my_virtualenv
  2. $ pyenv virtualenvs --skip-aliases
    3.8.10/envs/.my_virtualenv (created from /opt/app-root/src/.pyenv/versions/3.8.10)

@Gauravtalreja1 Gauravtalreja1 changed the title Fix #394 - update pyenv virtualenvs to list virtualenvs start with dot prefixes Fixes #394 - update pyenv virtualenvs to list virtualenvs start with dot prefixes Jun 16, 2021
@anton-petrov anton-petrov merged commit c537bff into pyenv:master Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pyenv virtualenvs command doesn't list virtualenv created with dot prefixes
2 participants