Skip to content

Instantly share code, notes, and snippets.

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