mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
uv-python: add Spanish translation (#13498)
This commit is contained in:
parent
a772ef270b
commit
34f9c664b9
1 changed files with 28 additions and 0 deletions
28
pages.es/common/uv-python.md
Normal file
28
pages.es/common/uv-python.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# uv python
|
||||||
|
|
||||||
|
> Gestiona las versiones e instalaciones de Python.
|
||||||
|
> Más información: <https://docs.astral.sh/uv/reference/cli/#uv-python>.
|
||||||
|
|
||||||
|
- Lista todas las instalaciones de Python disponibles:
|
||||||
|
|
||||||
|
`uv python list`
|
||||||
|
|
||||||
|
- Instala una versión de Python:
|
||||||
|
|
||||||
|
`uv python install {{versión}}`
|
||||||
|
|
||||||
|
- Desinstala una versión de Python:
|
||||||
|
|
||||||
|
`uv python uninstall {{version}}`
|
||||||
|
|
||||||
|
- Busca una instalación de Python:
|
||||||
|
|
||||||
|
`uv python find {{versión}}`
|
||||||
|
|
||||||
|
- Fija el proyecto actual para utilizar una versión específica de Python:
|
||||||
|
|
||||||
|
`uv python pin {{versión}}`
|
||||||
|
|
||||||
|
- Muestra el directorio de instalación de `uv` Python:
|
||||||
|
|
||||||
|
`uv python dir`
|
Loading…
Add table
Reference in a new issue