diff --git a/Examples/Python/setup.sh.in b/Examples/Python/setup.sh.in index 9fda6acc578..b670500e09e 100644 --- a/Examples/Python/setup.sh.in +++ b/Examples/Python/setup.sh.in @@ -25,6 +25,7 @@ export PYTHONPATH=$python_dir:$PYTHONPATH # Make ODD available if possible # This seems to be only reliable on Linux for now, not on MacOS +odd_dir=$python_dir/../thirdparty/OpenDataDetector/factory if [ -d "$odd_dir" ]; then if [[ "$(uname -s)" == "Linux" ]]; then echo "INFO: Found OpenDataDetector and set it up"