Denis 1 год назад
Родитель
Сommit
87277b1a33
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      install_unix.sh

+ 2 - 2
install_unix.sh

@@ -1,9 +1,9 @@
 #!/bin/bash
 git clone -b unstable http://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git tickets
 git clone -b metasynced_module http://git.sharix-app.org/ShariX_Open/sharix-open-backend.git metaservicesynced
-python3 -m venv env
+python3 -m venv webapp-base
 source env/bin/activate
-pip3 install --updgrade pip
+pip3 install --upgrade pip
 pip3 install -r requirements.txt
 #python3 manage.py makemigrations
 #python3 manage.py migrate