1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 03:55:22 +02:00
tldr/pages.nl/common/uv-python.md
2025-06-06 12:39:09 +02:00

28 lines
539 B
Markdown

# 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`