diff --git a/pkg/mac/build-functions.sh b/pkg/mac/build-functions.sh index ca835b6ee..9f8b5486f 100644 --- a/pkg/mac/build-functions.sh +++ b/pkg/mac/build-functions.sh @@ -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}" \