Explorar el Código

provision.pl - fixed typo in pip installation

tags/release-00
gashapwn hace 3 años
padre
commit
b0bb56d8e4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      perl-script/provision.pl

+ 2
- 1
perl-script/provision.pl Ver fichero

@@ -49,7 +49,8 @@ chdir $REPO_DIR;

# Setup the virtual environment
system("pkg_add python3");
printf("generating virutal enviornment...\n");
system("su $admin_un -c 'python3 -m venv venv'");
system("su $admin_un -c '. ./venv/bin/activate && pip3 install -r ");
system("su $admin_un -c '. ./venv/bin/activate && pip3 install -r requirements.txt");

system("pkg_add p5-JSON");

Cargando…
Cancelar
Guardar