Fix #1054, 'Using <python> to create virtualenv' now outputs to stderr

This commit is contained in:
Marc-André Dufresne
2017-11-16 16:31:17 -05:00
parent 908b41df75
commit c279beca85
+1 -1
View File
@@ -937,7 +937,7 @@ def do_create_virtualenv(python=None, site_packages=False):
crayons.normal('Using', bold=True),
crayons.red(python, bold=True),
crayons.normal(u'to create virtualenv…', bold=True)
))
), err=True)
# Use virtualenv's -p python.
if python: