mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-05 10:52:49 +00:00
Suppress wrong errors from uv shell integration in setup_uv (#7822)
This commit is contained in:
@@ -1970,9 +1970,8 @@ function setup_uv() {
|
|||||||
export PATH="/usr/local/bin:$PATH"
|
export PATH="/usr/local/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
ensure_usr_local_bin_persist
|
ensure_usr_local_bin_persist
|
||||||
if ! $STD uv python update-shell; then
|
|
||||||
msg_error "uv shell integration failed – continuing anyway"
|
$STD uv python update-shell >/dev/null 2>&1 || true
|
||||||
fi
|
|
||||||
msg_ok "Setup uv $LATEST_VERSION"
|
msg_ok "Setup uv $LATEST_VERSION"
|
||||||
|
|
||||||
# Optional: install specific Python version
|
# Optional: install specific Python version
|
||||||
|
|||||||
Reference in New Issue
Block a user