1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 05:55:23 +02:00
tldr/pages.nl/common/uv-python.md

29 lines
539 B
Markdown
Raw Normal View History

2025-06-06 10:39:09 +00:00
# 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`