This commit is contained in:
ahmadbilalkhalid 2019-09-14 11:56:07 +05:00
commit d13ad6ca08
5 changed files with 6 additions and 4 deletions

View file

@ -44,7 +44,7 @@ def setup(path, base_dir, etcd_url, without_ceph):
install_available(repo_name)
# Create virtualenv with site-packages enabled and install all dependencies
sp.check_output(['pipenv','--site-packages', '--three'], cwd=repo_name)
# sp.check_output(['pipenv','--site-packages', '--three'], cwd=repo_name)
sp.check_output(['pipenv', 'install'], cwd=repo_name)
# TODO: Devuan/Debian have crontab under /etc/crontab