Enthought Canopy ships without placing python-config in the path and a homebrew formula I'm trying to install wants to rely on the answers it gets from python-config. How should I resolve this? Some answers I've considered:
- Is there a chance this is provided by a package I don't have installed? If yes, install it and get on with my life.
- Roll my own python-config and yell at Enthought about it
- Revise the homebrew formula to use a more reliable way of interrogating how to build against python
Commentary, advice, and other options would be welcome!