Core Installation
5. Python + uv
Install Python and the uv package manager for fast virtual environments. Foundation for AI tools and helper scripts.
1 min read
Some MCP servers and tools are Python-based. uv is the fastest and most modern package manager, and its uvx command runs Python packages without prior installation.
Install uv
curl -LsSf https://astral.sh/uv/install.sh | shReload the shell
source ~/.bashrcCheck uv
uv --version # uv 0.5+Check uvx
uvx --version # Comes bundled with uvPremium Content
Unlock all 19 sections of the Claude Code Guide with lifetime access.
$57· Lifetime
What's included:
- 19 detailed sections, from setup to workflow
- Lifetime access with updates
- Practical examples and ready-to-use configs
- Bilingual support (PT-BR and EN)