This commit is contained in:
ahmadbilalkhalid 2019-09-26 18:00:19 +05:00
parent 97cb19f41f
commit a5b8bf988a
1 changed files with 1 additions and 1 deletions

View File

@ -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)