From 8665047029f87b73bd4de8e995bc62cf5069ca4c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 14 Sep 2017 17:09:39 -0400 Subject: [PATCH] u Signed-off-by: Kenneth Reitz 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 06444a0e..bff39ac5 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -1556,7 +1556,7 @@ def inline_activate_virtualenv(): # Catch all errors, just in case. except Exception: puts( - '{0}: There was an unexpected error while activating your virtualenv. Continuing anyway…' + u'{0}: There was an unexpected error while activating your virtualenv. Continuing anyway…' ''.format(crayons.red('Warning', bold=True)), err=True )