Created
October 19, 2021 03:47
-
-
Save karthicraghupathi/c589abaa81ba4c308dbaef9ad7b8b59b to your computer and use it in GitHub Desktop.
Install Python 3.6.15 on macOS 11.6 (Big Sur)
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
brew install [email protected] readline sqlite3 xz zlib | |
ASDF_PYTHON_PATCH_URL="https://github.com/python/cpython/commit/8ea6353.patch?full_index=1" \ | |
CPPFLAGS="-I$(brew --prefix [email protected])/include -I$(brew --prefix zlib)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/System/Library/Frameworks/Tk.framework/Versions/Current/Headers" \ | |
LDFLAGS="-L$(brew --prefix [email protected])/lib -L$(brew --prefix zlib)/lib -L$(brew --prefix readline)/lib" \ | |
asdf install python 3.6.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment