From f91af5f5851e3c97a4a97e4b69c9435164b73bfc Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 20 Nov 2014 19:11:02 +0000 Subject: [PATCH] start pip inside pandora for relative path to work --- vm/firstboot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vm/firstboot.sh b/vm/firstboot.sh index c4c3bd9e..bfeaee33 100755 --- a/vm/firstboot.sh +++ b/vm/firstboot.sh @@ -110,7 +110,8 @@ rabbitmqctl set_permissions -p /pandora pandora ".*" ".*" ".*" bzr branch http://code.0x2620.org/pandora /srv/pandora bzr branch http://code.0x2620.org/oxjs /srv/pandora/static/oxjs virtualenv --system-site-packages /srv/pandora -/srv/pandora/bin/pip install -r /srv/pandora/requirements.txt +cd /srv/pandora +./bin/pip install -r /srv/pandora/requirements.txt HOST=$(hostname -s) HOST_CONFIG="/srv/pandora/pandora/config.$HOST.jsonc"