LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

uv-python

Manage Python version installations

TLDR

List available Python versions
$ uv python list
copy
Install Python version
$ uv python install [version]
copy
Uninstall Python version
$ uv python uninstall [version]
copy
Find Python executable
$ uv python find [version]
copy
Pin Python version
$ uv python pin [version]
copy

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.

SEE ALSO

uv(1), pyenv(1)

Copied to clipboard
Kai