You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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)
The text was updated successfully, but these errors were encountered:
Example
Actual
Expected
The text was updated successfully, but these errors were encountered: