Skip to content

Instantly share code, notes, and snippets.

@lgw4
Last active April 12, 2021 01:11
Show Gist options
  • Save lgw4/c585a06663164665f1786acc8d95cf7a to your computer and use it in GitHub Desktop.
Save lgw4/c585a06663164665f1786acc8d95cf7a to your computer and use it in GitHub Desktop.
Build Python 3.7.x on Apple Silicon with pyenv
# URL source from Homebrew's Python 3.7 formula: https://github.com/Homebrew/homebrew-core/blob/e3e51fa975fd2c83352bf7b382b3d50525bd546a/Formula/python%403.7.rb#L84
curl -sSL https://raw.githubusercontent.com/Homebrew/formula-patches/05a27807/python/3.7.9.patch 2>&1 | pyenv install --patch 3.7.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment