Skip to content

Instantly share code, notes, and snippets.

@anderson-marques
Created February 19, 2021 11:45
Show Gist options
  • Save anderson-marques/b8161f2878dd9a79dd5cf0be78d58a56 to your computer and use it in GitHub Desktop.
Save anderson-marques/b8161f2878dd9a79dd5cf0be78d58a56 to your computer and use it in GitHub Desktop.
MACos Pyenv setup
PYENV_PYTHON_VERSION=3.1
brew install pyenv
pyenv install $PYENV_PYTHON_VERSION
pyenv global $PYENV_PYTHON_VERSION
pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment