From dcd733cfe691c73100fc8f872c180c28da97080d Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sat, 18 Jan 2020 16:00:46 -0600 Subject: [PATCH] bug fixes with the bootup script --- src/init.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/init.sh b/src/init.sh index fac5b1b..2f99e6c 100755 --- a/src/init.sh +++ b/src/init.sh @@ -1,5 +1,10 @@ #!/bin/bash export PYTHONPATH=$PWD +export PYTHONPATH=$PWD/src +STORE_CONTEXT=`echo $STORE_CONTEXT` +if [ -z "$STORE_CONTEXT" ]; then + STORE_CONTEXT='store' +fi install(){ virtualenv sandbox