Skip to content

Instantly share code, notes, and snippets.

@Elijas
Created October 23, 2022 13:37
Show Gist options
  • Save Elijas/4f226682b928ef35f941beaf8aa57ce2 to your computer and use it in GitHub Desktop.
Save Elijas/4f226682b928ef35f941beaf8aa57ce2 to your computer and use it in GitHub Desktop.
Install custom python version
pyenv install 3.6.15
virtualenv -p ~/.pyenv/versions/3.6.15/bin/python3.6 .venv
source ./.venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment