From f0f4f4303bc3401511b1a2ef1cddc4682bede39b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Sep 2017 22:29:31 -0400 Subject: [PATCH] much clearer Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 9cce4982..fd6daab7 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -381,7 +381,7 @@ def do_create_virtualenv(three=None, python=None): click.echo('{0} {1} {2}'.format(crayons.yellow('Using'), crayons.red(python), crayons.yellow('to create virtualenv...'))) else: if os.name == 'nt': - click.echo('{0} If you are running on Windows, you should use the {1} option instead.'.format(crayons.red('Warning!'), crayons.green('--python'))) + click.echo('{0} If you are running on Windows, you should use the {1} option.'.format(crayons.red('Warning!'), crayons.green('--python'))) if three is False: python = 'python2' elif three is True: