Merge pull request #3192 from jxltom/fix-typo

Fix typo in creating virtualenv
This commit is contained in:
Dan Ryan
2018-11-08 13:18:11 -05:00
committed by GitHub
+2 -2
View File
@@ -454,8 +454,8 @@ def ensure_python(three=None, python=None):
click.echo(fix_utf8("Something went wrong…"), err=True)
click.echo(crayons.blue(e.err), err=True)
else:
environments.PIPENV_SPINNER_OK_TEXT.format("Success!")
# Print the results, in a beautiful blue…
sp.ok(environments.PIPENV_SPINNER_OK_TEXT.format("Success!"))
# Print the results, in a beautiful blue…
click.echo(crayons.blue(c.out), err=True)
# Find the newly installed Python, hopefully.
version = str(version)