Update default Python version

This commit is contained in:
Dave Page 2022-02-02 10:59:39 +00:00
parent b4b658c59d
commit 23aac4f580

View File

@ -46,8 +46,8 @@ if [ "x${PGADMIN_POSTGRES_DIR}" == "x" ]; then
fi
if [ "x${PGADMIN_PYTHON_VERSION}" == "x" ]; then
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.5"
export PGADMIN_PYTHON_VERSION=3.9.5
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.9"
export PGADMIN_PYTHON_VERSION=3.9.9
fi
source ${SCRIPT_DIR}/build-functions.sh