Skip to content

Default verbosity on v20.0.0b1/Win10 gives no output; '-v' gives too much to serve as a concise summary of the actions taken #1510

Description

@bskinn

A bit more output in the default verbosity would be nice; perhaps not identical to the prior incarnation, but on that level of detail.

Thank you for all the work on this!!


Windows 10, virtualenv 16.7.9:

C:\Temp>python3.6 -m virtualenv envtest2 --prompt="(envtest2) "
Using base prefix 'C:\\...\\Python36'
New python executable in C:\Temp\envtest2\Scripts\python.exe
Installing setuptools, pip, wheel...
done.

C:\Temp>

virtualenv 20.0.0b1:

C:\Temp>python3.7 -m virtualenv envtest --prompt="(testenv) "

C:\Temp>

virtualenv 20.0.0b1, with -v flag:

C:\Temp>python3.7 -m virtualenv envtest --prompt="(testenv) " -v
find interpreter for spec PythonSpec(str_spec=C:\...\Python37\python.exe, path=C:\...\Python37\python.exe)
proposed PythonInfo(spec=CPython3.7.4.final.0-64, exe=C:\...\Python37\python.exe, platform=win32, version='3.7.4 (tags/v3.7.4:e09359112e, Jul  8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]', encoding_fs_io=utf-8-utf-8)
accepted target interpreter PythonInfo(spec=CPython3.7.4.final.0-64, exe=C:\...\Python37\python.exe, platform=win32, version='3.7.4 (tags/v3.7.4:e09359112e, Jul  8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]', encoding_fs_io=utf-8-utf-8)
create virtual environment via CPython3Windows(dest=envtest, global=False, clear=False)
add seed packages via FromAppData pip=latest setuptools=latest wheel=latest app_data_dir=ReentrantFileLock(C:\...\pypa\virtualenv\seed-v1)
add activators for Batch, PowerShell, Python, Xonsh
done in 4607ms

C:\Temp>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions