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 dstufft
Recipients dstufft, larry, ncoghlan
Date 2013-10-26.12:52:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382791922.52.0.181695534989.issue19406@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is an initial rough draft of the ensurepip module. There are some issues still, but they largely need resolved in pip.

1. Setuptools' use of dependency_links causes pip to still reach out to the internet.
2. Need to remove the --pre flag from the pip invocation once pip 1.5 is finalized
3. Need to fix the --root option when it's used on Wheels (https://github.com/pypa/pip/issues/925)


If you prefer to view it on github my branch for working on it is available at https://github.com/dstufft/cpython/compare/ensurepip
History
Date User Action Args
2013-10-26 12:52:02dstufftsetrecipients: + dstufft, ncoghlan, larry
2013-10-26 12:52:02dstufftsetmessageid: <1382791922.52.0.181695534989.issue19406@psf.upfronthosting.co.za>
2013-10-26 12:52:02dstufftlinkissue19406 messages
2013-10-26 12:52:02dstufftcreate