informatica:linux:python
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatica:linux:python [2019/11/20 12:21] – jose | informatica:linux:python [2024/11/10 23:57] (current) – jose | ||
---|---|---|---|
Line 24: | Line 24: | ||
</ | </ | ||
====== Fecha ====== | ====== Fecha ====== | ||
+ | Python 3 | ||
import datetime | import datetime | ||
f" | f" | ||
| | ||
' | ' | ||
- | | + | Python 2 |
+ | from datetime import datetime | ||
+ | |||
+ | fecha = datetime.now() | ||
+ | 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.1574252477.txt.gz · Last modified: 2019/11/20 12:21 by jose