diff --git a/misc/tools.func b/misc/tools.func index 6bb819b9..166d4e6f 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1339,7 +1339,11 @@ function setup_uv() { } rm -rf "$TMP_DIR" - ensure_usr_local_bin_persist + #ensure_usr_local_bin_persist + $STD uv python update-shell || { + msg_error "Failed to update uv shell integration" + return 1 + } msg_ok "Setup uv $LATEST_VERSION" # Optional: install specific Python version