From 494960adc6ed4444e1b7d2ce027567ceefb2f972 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Thu, 29 Jan 2015 17:32:14 +0100 Subject: source correct virtualenv this was a cut'n'paste error --- provisioning/modules/pixelated/files/activate_custom_node_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'provisioning/modules/pixelated') 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" -- cgit v1.2.3