We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
python latest
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.
latest
The text was updated successfully, but these errors were encountered:
package/pyenv: Remove plugin 'momo-lab/xxenv-latest'
a220dd0
Issue: momo-lab/xxenv-latest#26
No branches or pull requests
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: