You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Entorno Python3 en Nix
|
|
|
|
Esta definición define un entorno de Python3 con pip, lo que permite generar environments locales e instalar paquetes de Python3.
|
|
|
|
## Uso
|
|
|
|
Ejecutar:
|
|
|
|
```
|
|
nix-shell shell_python.nix
|
|
```
|
|
|
|
para cargar el entorno local.
|