[issue19406] PEP 453: add the ensurepip module

Donald Stufft report at bugs.python.org
Sat Oct 26 14:52:02 CEST 2013


Donald Stufft added the comment:

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

----------
keywords: +patch
Added file: http://bugs.python.org/file32371/draft.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19406>
_______________________________________


More information about the Python-bugs-list mailing list