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
  • Save aubricus/24b9458ca404add9dce18fcc2d42d25c to your computer and use it in GitHub Desktop.
Save aubricus/24b9458ca404add9dce18fcc2d42d25c to your computer and use it in GitHub Desktop.

Revisions

  1. aubricus revised this gist Jan 29, 2019. 2 changed files with 10 additions and 10 deletions.
    10 changes: 10 additions & 0 deletions pyenv-mojave.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    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
    10 changes: 0 additions & 10 deletions rune.bash
    Original file line number Diff line number Diff line change
    @@ -1,10 +0,0 @@
    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
  2. @excenter excenter created this gist Nov 30, 2018.
    10 changes: 10 additions & 0 deletions rune.bash
    Original 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