Skip to content

Commit

Permalink
Run provision.py outside of the virtualenv
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
armooo committed Nov 26, 2015
1 parent cd0a8e7 commit 9a3331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9a3331a

Please sign in to comment.