mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -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
|
fi
|
||||||
|
|
||||||
if [ "x${PGADMIN_PYTHON_VERSION}" == "x" ]; then
|
if [ "x${PGADMIN_PYTHON_VERSION}" == "x" ]; then
|
||||||
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.0"
|
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.1"
|
||||||
export PGADMIN_PYTHON_VERSION=3.9.0
|
export PGADMIN_PYTHON_VERSION=3.9.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ${SCRIPT_DIR}/build-functions.sh
|
source ${SCRIPT_DIR}/build-functions.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user