Compiling Python 3.6.1 on macOS 10.12.5

Nigel Palmer nigel at cresset-group.com
Tue Jul 11 09:46:05 EDT 2017


Hi Chris

I am planning on embedding Python into a C++ application and I wanted to have my own build of Python to do that. I know that eventually I will need to use --enable-shared or --enable-framework but for now I am trying to get a the simpler static build to compile first.

Thanks,
Nigel

From: Chris Warrick [mailto:kwpolska at gmail.com]
Sent: 11 July 2017 07:48
To: Nigel Palmer <nigel at cresset-group.com>
Cc: python-list at python.org
Subject: Re: Compiling Python 3.6.1 on macOS 10.12.5

Why are you trying to compile Python manually? You should use Homebrew to install Python in 99% of cases. (The package is python3)
--
Chris Warrick <https://chriswarrick.com/>


More information about the Python-list mailing list