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:
Jason Michalski 2015-11-25 19:29:13 -08:00
parent cd0a8e7e5a
commit 9a3331acaf
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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",