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
Just FYI I'm noticed an issue where migrate worked fine once when migrating but when trying to redo things again it didn't seem work:
me$ pyenv global 3.5.0 me$ pyenv prefix 3.5.0 /Users/me/.pyenv/versions/3.5.0 me$ pyenv prefix 3.6.3 /Users/me/.pyenv/versions/3.6.3 me$ pyenv-migrate 3.5.0 3.6.3 pyenv: not a installed version: 3.5.0 Usage: pyenv migrate <from> <to>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just FYI I'm noticed an issue where migrate worked fine once when migrating but when trying to redo things again it didn't seem work:
The text was updated successfully, but these errors were encountered: