Correct the command to create virtual environment.
parent
5a0731587a
commit
28e1e34407
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue