Explorar el Código

Petty versioning

master
The Dod hace 1 día
padre
commit
85eb6d9494
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      install.sh

+ 1
- 1
install.sh Ver fichero

@@ -1,5 +1,5 @@
1 1
 #!/bin/bash
2 2
 cd "$(dirname "$0")"
3
-virtualenv -p python3 venv
3
+virtualenv -p python3.12 venv
4 4
 source venv/bin/activate
5 5
 pip install -r requirements.txt

Loading…
Cancelar
Guardar