This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Marc.Culler, benjamin.peterson, ned.deily, ronaldoussoren
Date 2016-10-14.16:54:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476464079.45.0.826713465548.issue28440@psf.upfronthosting.co.za>
In-reply-to
Content
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 was deliberately added as a result of Issue4865.  I think experience has shown this was not a good idea because of the coupling it introduced between separate Python installations and some third-party distributors of Python on OS X already patch this code out.  It's currently only an issue for 2.7.x since Apple has not yet shipped versions of Python 3.x but the code should be removed there, too.
History
Date User Action Args
2016-10-14 16:54:39ned.deilysetrecipients: + ned.deily, ronaldoussoren, benjamin.peterson, Marc.Culler
2016-10-14 16:54:39ned.deilysetmessageid: <1476464079.45.0.826713465548.issue28440@psf.upfronthosting.co.za>
2016-10-14 16:54:39ned.deilylinkissue28440 messages
2016-10-14 16:54:39ned.deilycreate