commit | 763f094b1f0ce2a07768828e78afe9687e9ad3bb | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@python.org> | Tue Jan 30 05:14:09 2018 -0500 |
committer | GitHub <noreply@github.com> | Tue Jan 30 05:14:09 2018 -0500 |
tree | 76c3a1c1ef107ffd0c0a09ab1f96d786e69539d3 | |
parent | 67adb31a416864f853772c3e74a06caeadc9b6f1 [diff] |
bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) No longer add /Library/Python/3.x/site-packages, the Apple-supplied system Python site-packages directory, to sys.path for macOS framework builds in case Apple ships a version of Python 3. A similar change was made earlier to Python 2.7 where it was found that the coupling between the system Python and a user-installed framework Python often caused confusion or pip install failures.