diff --git a/scripts/python_wrapper.sh b/scripts/python_wrapper.sh index 04178cd..0b9f254 100755 --- a/scripts/python_wrapper.sh +++ b/scripts/python_wrapper.sh @@ -6,4 +6,4 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" test -d "$SCRIPT_DIR"/../venv || (printf "Python virtualenv not found (%s)\n" "$SCRIPT_DIR"/../venv && exit 1) source "$SCRIPT_DIR"/../venv/bin/activate -exec $@ +exec "$@"