Merge branch 'main' into gunicorn

This commit is contained in:
Galonza Peter
2021-12-21 22:41:03 +03:00
6 changed files with 24 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ _check_and_set_venv(){
if [ ! -d $VIRTUAL_ENV ]; then
python3 -m venv $VIRTUAL_ENV
fi
. ${VIRTUAL_ENV}/activate
. ${VIRTUAL_ENV}/bin/activate
}
install_wgd(){