This commit is contained in:
CanbiZ 2025-08-22 13:52:31 +02:00
parent 9b2f62a3a3
commit 302978c20a

View File

@ -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