Correct the command to create virtual environment.

This commit is contained in:
Akshay Joshi 2023-03-17 19:22:14 +05:30
parent 5a0731587a
commit 28e1e34407

View File

@ -64,7 +64,7 @@ _create_python_virtualenv() {
cd "usr/${APP_NAME}" || exit
# Create the blank venv
"${SYSTEM_PYTHON_PATH}" -m venv
"${SYSTEM_PYTHON_PATH}" -m venv venv
# shellcheck disable=SC1091
. venv/bin/activate