Created
November 30, 2018 04:35
-
-
Save excenter/48bb9b10aa77406b83c7752d79eb0b7d to your computer and use it in GitHub Desktop.
Revisions
-
excenter created this gist
Nov 30, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ export VERSION="3.7.1" xcode-select --install brew update brew upgrade brew install zlib brew reinstall zlib export LDFLAGS="-L/usr/local/opt/zlib/lib" export CPPFLAGS="-I/usr/local/opt/zlib/include" pyenv install $VERSION pyenv global $VERSION