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
More information about the Python-list mailing list
Tue Jul 11 09:46:05 EDT 2017
- Previous message (by thread): Compiling Python 3.6.1 on macOS 10.12.5
- Next message (by thread): Compiling Python 3.6.1 on macOS 10.12.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/>
- Previous message (by thread): Compiling Python 3.6.1 on macOS 10.12.5
- Next message (by thread): Compiling Python 3.6.1 on macOS 10.12.5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list