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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22256>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to