mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-03 04:00:55 -06:00
Correct the command to create virtual environment.
This commit is contained in:
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
Block a user