uv-python-versions

Installation
SKILL.md

UV Python Version Management

Quick reference for installing and managing Python interpreter versions with UV.

When This Skill Applies

  • Installing specific Python versions
  • Switching between multiple Python versions
  • Pinning Python versions for projects
  • Managing CPython and PyPy interpreters
  • Finding and listing installed Python versions

Quick Reference

Installing Python Versions

# Install latest Python
uv python install
Installs
Repository
smithery/ai
First Seen
uv-python-versions — smithery/ai