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

[Feature Request] pyenv install should recognize version in pyenv-virtualenv format #421

Open
loynoir opened this issue Jan 20, 2022 · 0 comments

Comments

@loynoir
Copy link

loynoir commented Jan 20, 2022

Example

$ cat .python-version
3.9.9/envs/foobar

Actual

$ cat .python-version
3.9.9/envs/foobar

$ pyenv install
python-build: definition not found: 3.9.9/envs/foobar

See all available versions with `pyenv install --list'.

If the version you need is missing, try upgrading pyenv.

Expected

$ cat .python-version
3.9.9/envs/foobar

$ pyenv virtualenvs | grep -F 3.9.9/envs/foobar  || echo OK
OK
$ pyenv install
$ pyenv virtualenvs | grep -F 3.9.9/envs/foobar
3.9.9/envs/foobar (created from ~/.pyenv/versions/3.9.9)
@native-api native-api transferred this issue from pyenv/pyenv Jan 20, 2022
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

No branches or pull requests

1 participant