For a project using Boost.Python (see this other question) I need the Python development headers containing e.g. pyconfig.h
.
These are apparently missing from my system. I've installed Python 3 via Homebrew:
cls ~ $ brew info python3
python3: stable 3.3.0
http://www.python.org/
Depends on: pkg-config, readline, sqlite, gdbm
/usr/local/Cellar/python3/3.2.3 (4420 files, 78M)
/usr/local/Cellar/python3/3.3.0 (4843 files, 93M) *
https://github.com/mxcl/homebrew/commits/master/Library/Formula/python3.rb
I would prefer getting the headers via Homebrew, too, but I cannot find a package for them.
cls ~ $ brew search python-dev
No formula found for "python-dev". Searching open pull requests...
What are my options for installing these headers? Is there a Homebrew package?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…