mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Make 'kerberos' an optional feature in the Python wheel, to avoid the need to install MIT Kerberos on the system by default. Tidy up the Python versioning a little whilst passing. Fixes #6268
This commit is contained in:
@@ -13,7 +13,7 @@ Either build the sources or get them from macports or similar:
|
||||
|
||||
## Building
|
||||
|
||||
1. To bundle a different version of Python from the default of 3.9.0, set the
|
||||
1. To bundle a different version of Python from the default of 3.9.2, set the
|
||||
*PGADMIN_PYTHON_VERSION* environment variable, e.g:
|
||||
|
||||
export PGADMIN_PYTHON_VERSION=3.8.5
|
||||
|
||||
@@ -47,8 +47,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.1"
|
||||
export PGADMIN_PYTHON_VERSION=3.9.1
|
||||
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.9.2"
|
||||
export PGADMIN_PYTHON_VERSION=3.9.2
|
||||
fi
|
||||
|
||||
source ${SCRIPT_DIR}/build-functions.sh
|
||||
|
||||
Reference in New Issue
Block a user