mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
exit when python installation appears to fail
This commit is contained in:
@@ -525,6 +525,7 @@ def ensure_python(three=None, python=None):
|
||||
crayons.normal('PATH', bold=True)
|
||||
), err=True
|
||||
)
|
||||
sys.exit(1)
|
||||
|
||||
return path_to_python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user