uv-python-version-management
Installation
SKILL.md
uv Python Version Management
Purpose
Discover, install, and manage Python versions across your projects and tools. Ensure consistent Python versions within teams and easily test across multiple versions.
Quick Start
Find and pin a Python version for your project:
# See what Python versions are available
uv python list
# Install a specific version
uv python install 3.12
Related skills