-
-
Save aubricus/24b9458ca404add9dce18fcc2d42d25c to your computer and use it in GitHub Desktop.
Mojave pyenv update
This file contains 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
export LDFLAGS="-L/usr/local/opt/sqlite/lib -L/usr/local/opt/zlib/lib" | |
export CPPFLAGS="-I/usr/local/opt/sqlite/include -I/usr/local/opt/zlib/include" | |
xcode-select --install | |
brew update | |
brew upgrade | |
brew install zlib | |
pyenv install 3.7.1 | |
pyenv global 3.7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changelist: