File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22date :
3- created : 2025-01-25
4- updated : 2025-03-29
5- # authors:
6- # - yo
3+ created : 2025-05-23
4+ updated : 2025-05-23
75categories :
86 - python
9- - calendario
10- - dunder
11- - clases
12- - archivos
13- - funciones
14- - tipos de datos
15- - pathlib
16- # draft: true
7+ - poetry
8+
179social :
1810 cards : true
1911---
@@ -28,7 +20,7 @@ social:
2820
2921### Contenidos
3022
31- - Poetry agregado.
23+ - [ Poetry] ( ../../entornos/poetry/ ) agregado.
3224
3325
3426
Original file line number Diff line number Diff line change @@ -12,42 +12,6 @@ https://www.datacamp.com/tutorial/python-poetry
1212[ entornos] ( https://python-poetry.org/docs/managing-environments/#switching-between-environments )
1313
1414
15- <!--
16- ## Configuración
17-
18- Resumen:
19-
20-
21- ```bash
22- poetry config --list
23- ```
24-
25- -->
26-
27-
28- ## Entornos virtuales
29-
30-
31- <!-- !!! info "PIPX"
32-
33- Poetry utiliza PIPX, que es una versíon mejorada de PIP con manejo mejorado de los paquetes. -->
34-
35- <!--
36- !!! info "Ubicacion de entornos"
37-
38- A diferencia de VENV, Poetry crea los entornos locales en una carpeta de usuario dedicada.
39- Por ejemplo en Linux dicha carpeta suele ser:
40- `~/.cache/pypoetry/virtualenv`
41-
42-
43- -->
44-
45-
46-
47-
48-
49-
50-
5115
5216## Publicar
5317
@@ -70,8 +34,6 @@ poetry publish # subida en PIP
7034
7135
7236
73-
74-
7537!!! warning "KDE Wallet"
7638
7739 deshabilitar:
Original file line number Diff line number Diff line change 310310 - argparse/configuracion.md
311311 - argparse/parser.md
312312 - argparse/grupos.md
313- # - argparse/argparse.md
314-
313+
315314 - Sys - Parámetros y funciones del sistema : modulos/sys.md
316315 - Os - Comandos del Sistema Operativo : modulos/os.md
317316 - Tempfile - Archivos Temporales : modulos/tempfile.md
@@ -322,10 +321,12 @@ nav:
322321
323322
324323 - Paquetes :
325- - Traducciones - python-i18n : paquetes/python-i18n.md
324+ - Python-i18n - Traducciones : paquetes/python-i18n.md
326325 - Psutil - Monitoreo del sistema : paquetes/psutil.md
327326 - Numba - Optimizacion con Machine Learning : paquetes/numba.md
328327 - FFMPEG-Python : paquetes/ffmpeg.md
328+ - Poetry - Gestión de entornos virtuales : entornos/poetry/
329+
329330
330331 - Recursos :
331332 - contenido/enlaces.md
You can’t perform that action at this time.
0 commit comments