#!/bin/bash set -E -o errexit -o nounset -o pipefail set -x curl -LsSf https://astral.sh/uv/install.sh | sh source "$HOME/.cargo/env" uv --version