[issue22256] pyvenv should display a progress indicator while creating an environment

Vinay Sajip report at bugs.python.org
Mon Oct 27 07:55:53 CET 2014


Vinay Sajip added the comment:

It looks as if ensurepip is where changes should happen. The venv code just makes a subprocess.check_output() call to ensurepip, and anything that ensurepip outputs would be displayed on the console.

----------

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


More information about the Python-bugs-list mailing list