$ curl -LsSf https://astral.sh/uv/install.sh | sh
downloading uv 0.7.6 x86_64-unknown-linux-gnu
no checksums to verify
installing to /home/kota/.local/bin
uv
uvx
everything's installed!
To add $HOME/.local/bin to your PATH, either restart your shell or run:
source $HOME/.local/bin/env (sh, bash, zsh)
source $HOME/.local/bin/env.fish (fish)
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc