This commit is contained in:
ahmadbilalkhalid 2019-09-17 22:27:59 +05:00
commit aec403546f
5 changed files with 5 additions and 5 deletions

View file

@ -47,4 +47,4 @@ def setup(path, ssh_username, ssh_key_path, ssh_key_pass, etcd_url, without_ceph
install_available(repo_name)
# Create virtualenv with site-packages enabled and install all dependencies
sp.check_output(['pipenv', 'install'], cwd=repo_name)
sp.check_output(['pipenv', 'install','--python', '3'], cwd=repo_name)