Skip to content

Instantly share code, notes, and snippets.

@cocodrino
Created February 11, 2020 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cocodrino/9c2ffb744656f4f2e1fe634a4ccbdd14 to your computer and use it in GitHub Desktop.
Save cocodrino/9c2ffb744656f4f2e1fe634a4ccbdd14 to your computer and use it in GitHub Desktop.
pyenv python version manager
install curl https://pyenv.run | bash
add
export PATH="/Users/Admin/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
sudo micro ~/.zshrc
source ~/.zshrc
pyenv install --list | grep " 3\.[678]"
pyenv versions
pyenv global 3.8.1
https://realpython.com/intro-to-pyenv/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment