blezz-tech преди 1 ден
родител
ревизия
23ff34de94
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      bin/install_handlers.sh

+ 1 - 1
bin/install_handlers.sh

@@ -4,7 +4,7 @@ source webservice_running/handlers/config.env
 
 (
   cd webservice_running/handlers
-  python -m venv .venv
+  python3 -m venv .venv
   source .venv/bin/activate
   pip install -r requirements.txt
 )