From 4bf6b44cc3877264c7872ca28a4e601fd21ce001 Mon Sep 17 00:00:00 2001 From: Ryan Skraba Date: Sun, 19 Jul 2026 13:56:21 +0200 Subject: [PATCH] AVRO-4309: [Python][Build] Add uvx to path explicitly --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 67cbd23c39e..7b550d815bb 100755 --- a/build.sh +++ b/build.sh @@ -39,8 +39,9 @@ change_java_version() { # =========================================================================== -# This might not have been sourced if the entrypoint is not bash +# These might not have been sourced if the entrypoint is not bash [[ -f "$HOME/.cargo/env" ]] && . "$HOME/.cargo/env" +[[ -f "$HOME/.local/bin/env" ]] && . "$HOME/.local/bin/env" set -xe cd "${0%/*}"