Skip to content

Instantly share code, notes, and snippets.

@adithyabsk
Last active June 21, 2019 18:04
Show Gist options
  • Save adithyabsk/9ea0a7a728a15a24e6b1bfd83bbebabd to your computer and use it in GitHub Desktop.
Save adithyabsk/9ea0a7a728a15a24e6b1bfd83bbebabd to your computer and use it in GitHub Desktop.
Install Pyenv
curl https://pyenv.run | bash
pyenv install 3.6.8
pyenv install 3.7.3
pyenv global 3.6.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment