mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 05:55:23 +02:00
29 lines
539 B
Markdown
29 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`
|