much clearer

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-01 22:29:31 -04:00
parent f01a505155
commit f0f4f4303b
+1 -1
View File
@@ -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: