On 1 November 2013 22:36, Donald Stufft <[email protected]> wrote: > python -c "import distutils; print(distutils.util.get_platform().replace('.', > '_').replace('-', '_'))" > macosx_10_8_x86_64
OK, cool. That means that binary wheels will be specific to the OSX version and the word size. Even more specific than Windows. So that just leaves SOABI. Do homebrew, macports etc actually use different libc versions, or is there a systemwide libc that everything uses which only changes when the OSX version changes? Paul _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
