R. David Murray added the comment:

OK, so the key here is venv's dependency on a pip wheel.  That makes sense, but 
is certainly counterintuitive.  One would naively think that having a copy of 
PIP installed would make it easy to link that into the venv, but obviously it 
is a lot more complex than that, given pip's dependencies.  Thanks for the 
explanation.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30628>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to