[issue33794] Python.framework build is missing 'Current' symlink

2018-06-07 Thread Ned Deily
Ned Deily added the comment: This is by design for Python 3 installs; Current *is* created for Python 2 installs for historical reasons. See the discussion in Issue18117 why trying to use -framework Python is not a good idea unfortunately. -- resolution: -> duplicate stage: -> res

[issue33794] Python.framework build is missing 'Current' symlink

2018-06-07 Thread hhas
New submission from hhas : The Python.framework installed at '/Library/Frameworks/Python.framework' should have a subdirectory structure similar to this: Python.framework | |-Headers [symlink to 'Versions/Current/Headers'] | |-Python [symlink to 'Versions/Current/Python']