use python venv for opencv python scripts (#2143)

This commit is contained in:
end-4
2025-10-08 10:01:20 +02:00
parent 1fc4b88784
commit a4c2bf31c7
8 changed files with 21 additions and 4 deletions
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
"$SCRIPT_DIR/find_regions.py" "$@"