Industrial
Linguistics
Slide 6 of 13

Claude Code Prerequisites (Linux)

Slide 6 / 13

Course concept

Linux: Install uv

Add to PATH if needed:

Verify: uv --version

Prerequisites linux uv screenshot

Narration

Listen or continue with the transcript

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