diff options
Diffstat (limited to 'playground/env.sh')
| -rw-r--r-- | playground/env.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/playground/env.sh b/playground/env.sh new file mode 100644 index 0000000..b39dc8b --- /dev/null +++ b/playground/env.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +PYTHON=${PYTHON:-python} +RUN_PATH=$(cd $(dirname -- "$0") && pwd) +ROOT_PATH=$RUN_PATH/.. + +export PYTHONPATH=$ROOT_PATH/src_py |
