From a5b8bf988af8989d7f64197b262cb2342bc751c8 Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Thu, 26 Sep 2019 18:00:19 +0500 Subject: [PATCH] a --- app/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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