mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Don't unnecessarily set the PATH to include a hard coded directory.
This commit is contained in:
parent
fec63c6cf3
commit
619680e71f
@ -80,7 +80,7 @@ _create_python_env() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git clone https://github.com/gregneagle/relocatable-python.git "${BUILD_ROOT}/relocatable_python"
|
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" \
|
"${BUILD_ROOT}/relocatable_python/make_relocatable_python_framework.py" \
|
||||||
--upgrade-pip \
|
--upgrade-pip \
|
||||||
--python-version "${PGADMIN_PYTHON_VERSION}" \
|
--python-version "${PGADMIN_PYTHON_VERSION}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user