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 ncoghlan
Recipients dstufft, larry, ncoghlan, ned.deily
Date 2013-11-22.14:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385131154.65.0.84746252058.issue19693@psf.upfronthosting.co.za>
In-reply-to
Content
From issue #19553:

8. "make install" is a superset of "make altinstall" and one would expect the results of (a) "make install" to be the same as (b) "make altinstall && make install".  However (b) results in "python -m ensurepip --altinstall --upgrade && python -m ensurepip --upgrade" which results in no unversioned pip files being installed as the second call to pip does nothing:

Requirement already up-to-date: setuptools in /py/dev/3x/root/uxd/lib/python3.4/site-packages
Requirement already up-to-date: pip in /py/dev/3x/root/uxd/lib/python3.4/site-packages

We may need some magic on the pip side when ENSUREPIP_OPTIONS is set to make this behave consistently.
History
Date User Action Args
2013-11-22 14:39:14ncoghlansetrecipients: + ncoghlan, larry, ned.deily, dstufft
2013-11-22 14:39:14ncoghlansetmessageid: <1385131154.65.0.84746252058.issue19693@psf.upfronthosting.co.za>
2013-11-22 14:39:14ncoghlanlinkissue19693 messages
2013-11-22 14:39:14ncoghlancreate