Created
September 14, 2024 13:20
-
-
Save darth-veitcher/f75d4510f566c4df2e328c5aaec933f6 to your computer and use it in GitHub Desktop.
platform optimised python with pyenv
This file contains 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
env PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto' \ | |
PYTHON_CFLAGS='-march=native -mtune=native' MAKEFLAGS="-j$(nproc)" pyenv install 3.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment