mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Update JavaScript Dependencies.
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ Either build the sources or get them from macports or similar:
|
||||
1. To bundle a different version of Python from the default of 3.13.1, set the
|
||||
*PGADMIN_PYTHON_VERSION* environment variable, e.g:
|
||||
|
||||
export PGADMIN_PYTHON_VERSION=3.13.1
|
||||
export PGADMIN_PYTHON_VERSION=3.13.11
|
||||
|
||||
2. If a path different from the default of /usr/local/pgsql for the PostgreSQL
|
||||
installation has been used, set the *PGADMIN_POSTGRES_DIR* environment variable
|
||||
|
||||
+2
-2
@@ -53,8 +53,8 @@ if [ "${PGADMIN_POSTGRES_DIR}" == "" ]; then
|
||||
fi
|
||||
|
||||
if [ "${PGADMIN_PYTHON_VERSION}" == "" ]; then
|
||||
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.13.1"
|
||||
export PGADMIN_PYTHON_VERSION=3.13.1
|
||||
echo "PGADMIN_PYTHON_VERSION not set. Setting it to the default: 3.13.11"
|
||||
export PGADMIN_PYTHON_VERSION=3.13.11
|
||||
fi
|
||||
|
||||
# Initialize variables
|
||||
|
||||
Reference in New Issue
Block a user