Skip to content

Instantly share code, notes, and snippets.

@showsyu
Forked from excenter/rune.bash
Created April 24, 2019 23:35
Show Gist options
  • Select an option

  • Save showsyu/81e13caca4ba073a348f253bbbb13879 to your computer and use it in GitHub Desktop.

Select an option

Save showsyu/81e13caca4ba073a348f253bbbb13879 to your computer and use it in GitHub Desktop.
Mojave pyenv update
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment