exit when python installation appears to fail

This commit is contained in:
2017-09-28 12:57:51 -04:00
parent 16c2532345
commit b6aa5c8c61
+1
View File
@@ -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