informatica:linux:python
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| informatica:linux:python [2022/10/25 21:39] – [Fecha (python 3)] jose | informatica:linux:python [2024/11/10 23:57] (current) – jose | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| fecha = datetime.now() | fecha = datetime.now() | ||
| print(fecha.strftime(" | print(fecha.strftime(" | ||
| + | |||
| + | |||
| + | ====== Entorno virtual ====== | ||
| + | Para mas seguridad se crean entornos virtuales | ||
| + | |||
| + | Crear entorno para vosk | ||
| + | python3 -m venv ~/ | ||
| + | USar el entorno | ||
| + | source ~/ | ||
| + | Ahora aparece en el prompt el entorno y los paquetes que se instalen están solo aquí | ||
| + | (mi_entorno_vosk) jose@avtp239: | ||
| + | |||
| + | |||
informatica/linux/python.1666733951.txt.gz · Last modified: by jose
