[issue18257] Two copies of python-config

Ronald Oussoren report at bugs.python.org
Sun Jul 7 13:35:51 CEST 2013


Ronald Oussoren added the comment:

This should do the trick, the shell script version is replaced by the python version when building on OSX.

And yes, the use of readlink is guarded but that doesn't help because you then use a command-line flag that isn't supported on OSX:

$ readlink -h .
readlink: illegal option -- h
usage: readlink [-n] [file ...]

----------
Added file: http://bugs.python.org/file30842/issue-18257.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18257>
_______________________________________


More information about the Python-bugs-list mailing list