From 9f4cc67f5f59b375cd9cfe8516d03a2a56038b41 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 14 Sep 2017 13:38:55 -0400 Subject: [PATCH] potential fix for windows 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 81c08283..1d62aaab 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -327,7 +327,7 @@ def ensure_python(three=None, python=None): if not path_to_python and python is not None: # We need to install Python. puts( - '{0}: Python {1} {2}'.format( + u'{0}: Python {1} {2}'.format( crayons.red('Warning', bold=True), crayons.blue(python), u'was not found on your system… ',