diff options
Diffstat (limited to 'playground/env.sh')
| -rw-r--r-- | playground/env.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/playground/env.sh b/playground/env.sh index b39dc8b..4ac88e0 100644 --- a/playground/env.sh +++ b/playground/env.sh @@ -3,5 +3,8 @@ PYTHON=${PYTHON:-python} RUN_PATH=$(cd $(dirname -- "$0") && pwd) ROOT_PATH=$RUN_PATH/.. +DATA_PATH=$RUN_PATH/data export PYTHONPATH=$ROOT_PATH/src_py + +mkdir -p $DATA_PATH |
