Don't unnecessarily set the PATH to include a hard coded directory.

This commit is contained in:
Dave Page
2023-05-24 15:15:19 +01:00
committed by GitHub
parent fec63c6cf3
commit 619680e71f

View File

@@ -80,7 +80,7 @@ _create_python_env() {
fi
git clone https://github.com/gregneagle/relocatable-python.git "${BUILD_ROOT}/relocatable_python"
PATH=$PATH:/usr/local/pgsql/bin "${SYSTEM_PYTHON_EXE}" \
"${SYSTEM_PYTHON_EXE}" \
"${BUILD_ROOT}/relocatable_python/make_relocatable_python_framework.py" \
--upgrade-pip \
--python-version "${PGADMIN_PYTHON_VERSION}" \