mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-28 01:41:13 -06:00
Default to Python 3.9.1
This commit is contained in:
parent
bf56a6723b
commit
56cc1f0aaf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user