[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2019-07-13 Thread Ned Deily
Ned Deily added the comment: > That day has come, the beta for 10.15 contains Python 3.7.3. Yay! FTR, 763f094b1f0ce2a07768828e78afe9687e9ad3bb was released in 3.7.0. The only reason I have left this issues open was that I also wanted to make sure that ensurepip failures in the post-install

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2019-07-13 Thread Ronald Oussoren
Ronald Oussoren added the comment: In response to msg282272: That day has come, the beta for 10.15 contains Python 3.7.3. -- ___ Python tracker ___

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2018-01-30 Thread Ned Deily
Ned Deily added the comment: New changeset 763f094b1f0ce2a07768828e78afe9687e9ad3bb by Ned Deily in branch 'master': bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) https://github.com/python/cpython/commit/763f094b1f0ce2a07768828e78afe9687e9ad3bb

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2018-01-30 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +5277 ___ Python tracker ___ ___ Python-bugs-list

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2016-12-02 Thread Ned Deily
Ned Deily added the comment: I've pushed the change to revert Issue4865 for the 2.7 branch for release with 2.7.13. I am leaving this open to push similar changes for 3.x branches in anticipation of Apple someday supplying system Python 3.x. It would also be good to see if the post-install

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2016-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset a8a342b3fbc7 by Ned Deily in branch '2.7': Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied https://hg.python.org/cpython/rev/a8a342b3fbc7 -- nosy: +python-dev ___ Python

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2016-10-31 Thread Ronald Oussoren
Ronald Oussoren added the comment: Another reason to remove this feature: installing python 2.7.12 using the installer on www.python.org breaks the system install of Python, likely because of this issue. I'm a bit sad that this feature has to go, but modern Python use (in particular

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2016-10-14 Thread Ned Deily
Ned Deily added the comment: This also affects the -m ensurepip installation of pip itself: the pip install fails trying to upgrade the Apple-supplied version of setuptools. The behavior of adding the system Python's site-packages directory to the search path of all framework-build Pythons