Last active
April 12, 2021 01:10
-
-
Save lgw4/4c8e50c02fe52388ca55e2109bf4f97d to your computer and use it in GitHub Desktop.
Build Python 3.8.x on Apple Silicon with pyenv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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