mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
potential fix for windows
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -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… ',
|
||||
|
||||
Reference in New Issue
Block a user