Python 3 universal2 vs. Intel #2119
-
Hi there I was wondering when you run |
Beta Was this translation helpful? Give feedback.
Answered by
native-api
Oct 22, 2021
Replies: 1 comment 7 replies
-
We build for the current architecture by default. To get a universal binary, put To be more specific, Pyenv doesn't use either of the above installers. It rather downloads the source code and builds Python from it. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
native-api
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We build for the current architecture by default. To get a universal binary, put
--enable-universalsdk
into thePYTHON_CONFIGURE_OPTS
envvar.To be more specific, Pyenv doesn't use either of the above installers. It rather downloads the source code and builds Python from it.