File size: 120 Bytes
4095301 | 1 2 3 4 5 |
# if PYTHONPATH is not set, set it to the current directory
if [ -z "$PYTHONPATH" ]; then
export PYTHONPATH=$PWD
fi |
4095301 | 1 2 3 4 5 |
# if PYTHONPATH is not set, set it to the current directory
if [ -z "$PYTHONPATH" ]; then
export PYTHONPATH=$PWD
fi |