[New-bugs-announce] [issue22256] pyvenv should display a progress indicator while creating an environment

Nick Coghlan report at bugs.python.org
Sat Aug 23 11:12:01 CEST 2014


New submission from Nick Coghlan:

Creating an environment with pyvenv or "python -m venv" in 3.4+ can be a bit disconcerting, as it may take some time (especially on older machines).

It would be good if the command line utility displayed some kind of marking while this operation was in progress.

(The delay seems to be mostly due to ensurepip - running "./python -m venv --without-pip" under my 3.4 checkout is relatively fast, at least on my system)

----------
components: Library (Lib)
messages: 225737
nosy: dstufft, ncoghlan, vinay.sajip
priority: normal
severity: normal
stage: needs patch
status: open
title: pyvenv should display a progress indicator while creating an environment
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list