borradores

.. title: python .. slug: python .. date: 2023-10-29 14:07:04 UTC-03:00 .. tags: cli python .. category: cli .. link: .. description: .. type: text

Obtener ayuda

python --help

Obtener versión

python --version

Ejecutar un módulo

python -m

Crear un ambiente virtual (virtual env)

python -m venv directorio_ambiente_virtual

Instalar un paquete

python -m pip install nombre_del_paquete