1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 17:26:02 +02:00
tldr/pages.nl/common/uv-python.md
Dylan dc48e8268a
Update pages.nl/common/uv-python.md
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2025-06-05 14:58:15 +00:00

539 B

uv python

Beheer Python-versies en installaties. Meer informatie: https://docs.astral.sh/uv/reference/cli/#uv-python.

  • Toon alle beschikbare Python-installaties:

uv python list

  • Installeer een Python-versie:

uv python install {{versie}}

  • Verwijder een Python-versie:

uv python uninstall {{version}}

  • Zoek naar een Python-installatie:

uv python find {{versie}}

  • Pin het huidige project vast aan een specifieke Python-versie:

uv python pin {{versie}}

  • Toon de uv Python-installatiemap:

uv python dir