uv-python
Manage Python version installations
TLDR
List available Python versions
$ uv python list
Install Python version$ uv python install [version]
Uninstall Python version$ uv python uninstall [version]
Find Python executable$ uv python find [version]
Pin Python version$ uv python pin [version]
SYNOPSIS
uv python command [options]
DESCRIPTION
uv python manages Python installations. Download, install, and switch between Python versions. Provides hermetic Python management without system Python.
PARAMETERS
list
Show available versions.install version
Install Python version.uninstall version
Remove Python version.find version
Find Python executable.pin version
Set project Python version.dir
Show Python install directory.
