diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 5ac12e767..eb596af2f 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