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 loewis
Recipients Marcus.Smith, dstufft, larry, loewis, ncoghlan, paul.moore, python-dev
Date 2014-03-02.18:07:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393783656.19.0.122701571142.issue20568@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, the patch was incorrect. The option is called --default-pip, not --default-install (the patch had it right, but the committed change is wrong). As a consequence, the installer currently completely fails, as the unrecognized option causes a rollback of the entire Python installation.
History
Date User Action Args
2014-03-02 18:07:36loewissetrecipients: + loewis, paul.moore, ncoghlan, larry, python-dev, dstufft, Marcus.Smith
2014-03-02 18:07:36loewissetmessageid: <1393783656.19.0.122701571142.issue20568@psf.upfronthosting.co.za>
2014-03-02 18:07:36loewislinkissue20568 messages
2014-03-02 18:07:36loewiscreate