This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Support building against homebrew on macOS
Type: Stage:
Components: Build, Documentation Versions: Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Mariatta, barry, docs@python
Priority: normal Keywords:

Created on 2017-08-25 03:21 by barry, last changed 2022-04-11 14:58 by admin.

Messages (2)
msg300819 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2017-08-25 03:21
The devguide does touch on how to build Python from source using homebrew installed libraries on macOS, although I found it to be 1) a bit incomplete; 2) not so easy to discover.

It might make sense to modify configure to autodetect homebrew, or to have a switch to enable linking against homebrew libraries.

Barring that, I'd like to at least update the devguide to include details on how to also build sqlite3 and zlib modules.
msg300820 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2017-08-25 03:35
If you're proposing changes to the devguide, then please file the issue at https://github.com/python/devguide :)
History
Date User Action Args
2022-04-11 14:58:51adminsetgithub: 75457
2017-08-25 03:35:10Mariattasetnosy: + Mariatta
messages: + msg300820
2017-08-25 03:21:17barrycreate