Created
February 19, 2021 11:45
-
-
Save anderson-marques/b8161f2878dd9a79dd5cf0be78d58a56 to your computer and use it in GitHub Desktop.
MACos Pyenv setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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