Set wds PYTHONPATH on oro

This commit is contained in:
Peter J. Holzer 2018-01-13 21:41:42 +01:00
parent cc05dd833e
commit 4b965dea85
1 changed files with 4 additions and 2 deletions

View File

@ -319,8 +319,10 @@ then
fi
case "$FQDN" in
lemy.wsr.ac.at)
$(preppath -e -v PYTHONPATH -c ~/etc/wds)
oro.wsr.ac.at)
cleansing=~/wrk/wds/Software/WDS/Module/30_CLEANSING
$(preppath -e -v PYTHONPATH -c $cleansing/lib)
$(preppath -e -v PYTHONPATH -c $cleansing/system/app/extraction)
;;
esac