diff --git a/app/api.py b/app/api.py index 7f9c063..cf37e80 100644 --- a/app/api.py +++ b/app/api.py @@ -51,6 +51,6 @@ def setup(path, auth_name, auth_seed, auth_realm, install_available(repo_name) # Create virtualenv with site-packages enabled and install all dependencies - sp.check_output(['pipenv', 'install','--python', '3'], cwd=repo_name) + sp.check_output(['pipenv', 'install'], cwd=repo_name) sp.check_output(['pipenv', 'run', 'python', 'create_image_store.py'], cwd=repo_name) \ No newline at end of file