Skip to content

Instantly share code, notes, and snippets.

@IaroslavR
Created August 4, 2022 20:09
Show Gist options
  • Save IaroslavR/6a54cbd7f36e5e4ba709f6b04dd7ca2f to your computer and use it in GitHub Desktop.
Save IaroslavR/6a54cbd7f36e5e4ba709f6b04dd7ca2f to your computer and use it in GitHub Desktop.
No patch version HOW-TO

src - pyenv/pyenv#1946 (comment)

pyenv install 3.7:latest
ln -rs ~/.pyenv/versions/3.7.12 ~/.pyenv/versions/3.7
pyenv local 3.7
python --version
--> Python 3.7.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment