a
This commit is contained in:
parent
d13ad6ca08
commit
0b269ef2ff
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def setup(path, base_dir, file_prefix, etcd_url):
|
||||||
install_available(repo_name)
|
install_available(repo_name)
|
||||||
|
|
||||||
# Create virtualenv with site-packages enabled and install all dependencies
|
# 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)
|
sp.check_output(['pipenv', 'install'], cwd=repo_name)
|
||||||
|
|
||||||
# TODO: Devuan/Debian have crontab under /etc/crontab
|
# TODO: Devuan/Debian have crontab under /etc/crontab
|
||||||
|
|
Loading…
Reference in a new issue