diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-01-29 17:32:14 +0100 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-01-29 17:32:46 +0100 |
commit | 494960adc6ed4444e1b7d2ce027567ceefb2f972 (patch) | |
tree | 978fed27e3bc5023999da08f6eb840c5aa023c4f /provisioning/modules/pixelated | |
parent | c5c90a28b2b545cd3a9796c5569c7ed8b635fc61 (diff) |
source correct virtualenv
this was a cut'n'paste error
Diffstat (limited to 'provisioning/modules/pixelated')
-rwxr-xr-x | provisioning/modules/pixelated/files/activate_custom_node_modules.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh index 2fb000c5..5b4ced5f 100755 --- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh +++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh @@ -26,7 +26,7 @@ if [ ! -e $VAGRANT_NODE_MODULES ] ; then fi -source ${virtualenv_path}/bin/activate +source /home/vagrant/user-agent-venv/bin/activate cd /vagrant/service echo "running python setup.py develop" |