Index: bootstrap/bootstrap.py |
diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py |
index 5ac12e76795bb6f6480b1cbbcc9dcc0c6367d57c..eb596af2fbbefcc3b7325d246a0afca467b4d37e 100755 |
--- a/bootstrap/bootstrap.py |
+++ b/bootstrap/bootstrap.py |
@@ -154,7 +154,7 @@ def install(deps): |
os.path.join(ROOT, '.wheelcache'), '-f', ipath] + requirements) |
-def activate_env(env, deps, quiet): |
+def activate_env(env, deps, quiet=False): |
if hasattr(sys, 'real_prefix'): |
LOGGER.error('Already activated environment!') |
return |