Slide 6 / 13
Slide 6

Transcript

To install uv on Linux, you'll run the curl command shown on the slide. This command looks complicated, but don't worry - you don't need to understand it. It simply downloads and runs the official uv installer. You can copy and paste it directly from the slide.

After installation, you may need to add uv to your PATH by running source $HOME/.local/bin/env, or simply restart your terminal.

Verify the installation by running uv --version.

Commands

Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
Add to PATH (if needed)
source $HOME/.local/bin/env
Verify installation
uv --version