mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
Add a flag to allow access to system Python packages on recent Linux distributions. #7173
This commit is contained in:
@@ -63,7 +63,7 @@ _create_python_virtualenv() {
|
||||
cd "usr/${APP_NAME}" || exit
|
||||
|
||||
# Create the blank venv
|
||||
"${SYSTEM_PYTHON_PATH}" -m venv venv
|
||||
"${SYSTEM_PYTHON_PATH}" -m venv --system-site-packages venv
|
||||
# shellcheck disable=SC1091
|
||||
. venv/bin/activate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user