[Distutils] venv and _ensurepip

Nick Coghlan ncoghlan at gmail.com
Mon Nov 18 00:58:15 CET 2013


To answer your other question, no, you cannot use ensurepip as if it was an
uninstalled pip, and this is a deliberate limitation to control the
complexity and compatibility requirements. If you want something like that,
install pip globally and run it with root set to the base of the venv
(that's similar to what venv itself will likely do internally when invoking
ensurepip).

Cheers,
Nick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20131118/109bdddb/attachment.html>


More information about the Distutils-SIG mailing list