3 lines
95 B
Bash
3 lines
95 B
Bash
|
#!/bin/sh
|
||
|
THIS_FOLDER=$(dirname "$0")
|
||
|
export PYTHONPATH="$PYTHONPATH:$THIS_FOLDER/scripts/libs"
|