mirror of https://github.com/zulip/zulip.git
Run provision.py outside of the virtualenv
By default we are placed inside a virtualenv by the .bash_profile using /usr/bin/python forces the provisioning script to run outside of this virtualenv.
This commit is contained in:
parent
cd0a8e7e5a
commit
9a3331acaf
|
@ -24,7 +24,7 @@ set -x
|
|||
set -e
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python-pbs
|
||||
python /srv/zulip/provision.py
|
||||
/usr/bin/python /srv/zulip/provision.py
|
||||
SCRIPT
|
||||
|
||||
config.vm.provision "shell",
|
||||
|
|
Loading…
Reference in New Issue