How to build 64-bit Python on OS X 10.6 -- ONLY 64 bit, no Universal nonsense
Posted
by ssteiner
on Stack Overflow
See other posts from Stack Overflow
or by ssteiner
Published on 2010-01-21T17:19:36Z
Indexed on
2010/06/13
21:12 UTC
Read the original article
Hit count: 824
I just want to build this on my development machine -- the binary install from Python.org is still 32 bits and installing extensions (MySQLdb, for example) is driving me nuts with trying to figure out the proper flags for each and every extension.
Clarification: I did NOT replace the system Python, I just installed the Python.org binary into its normal place at /Library/..., not /System/Library/....
Everything else seems to build 64 bit by default, and the default Python 2.6.1 was 64 bit (before I replaced it with the Python.org build figuring it was a direct replacement)`
I just want a 64 bit only build that will run on my one machine without any cruft.
Does anyone have a simple answer?
Thanks much, [email protected]
© Stack Overflow or respective owner