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
The latest update to pyenv has added native support for installing the latest python version for a given prefix. At the same time, it has made use of the python latest command for a different purpose. Details here https://github.com/pyenv/pyenv#prefix-auto-resolution
Using this plugin is now no longer required with pyenv and will fail with the following error if used
pyenv: no installed versions match the prefix `install'
The "fix" for users is to uninstall this plugin and to change instances of the install command to remove the latest keyword.
The text was updated successfully, but these errors were encountered:
pauloromeira
added a commit
to pauloromeira/provision
that referenced
this issue
Mar 9, 2023
The latest update to pyenv has added native support for installing the latest python version for a given prefix. At the same time, it has made use of the
python latest
command for a different purpose. Details here https://github.com/pyenv/pyenv#prefix-auto-resolutionUsing this plugin is now no longer required with pyenv and will fail with the following error if used
The "fix" for users is to uninstall this plugin and to change instances of the install command to remove the
latest
keyword.The text was updated successfully, but these errors were encountered: