This commit is contained in:
ahmadbilalkhalid 2019-09-14 12:08:44 +05:00
parent d13ad6ca08
commit 0b269ef2ff
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def setup(path, base_dir, file_prefix, etcd_url):
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