Default to Python 3.9.1

This commit is contained in:
Dave Page 2021-02-01 10:02:19 +00:00
parent bf56a6723b
commit 56cc1f0aaf

View File

@ -34,8 +34,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.0"
export PGADMIN_PYTHON_VERSION=3.9.0
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.1"
export PGADMIN_PYTHON_VERSION=3.9.1
fi
source ${SCRIPT_DIR}/build-functions.sh