mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix #1054, 'Using <python> to create virtualenv' now outputs to stderr
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user