Skip to content

Instantly share code, notes, and snippets.

@aubricus
Forked from excenter/rune.bash
Last active January 29, 2019 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aubricus/24b9458ca404add9dce18fcc2d42d25c to your computer and use it in GitHub Desktop.
Save aubricus/24b9458ca404add9dce18fcc2d42d25c to your computer and use it in GitHub Desktop.
Mojave pyenv update
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
@aubricus
Copy link
Author

Changelist:

  • Reformat to look a little more like a standard bash file
  • Added sqlite path to flags as this was also missing (on my system: 10.14.2: Mojave)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment