Merge "Use venv module for PROJECT_VENV building"

This commit is contained in:
Zuul
2025-01-08 14:57:08 +00:00
committed by Gerrit Code Review

View File

@@ -38,7 +38,7 @@ if [[ -z "$TOP_DIR" ]]; then
fi
# Build new venv
virtualenv $VENV_DEST
python$PYTHON3_VERSION -m venv --system-site-packages $VENV_DEST
# Install modern pip
PIP_VIRTUAL_ENV=$VENV_DEST pip_install -U pip