Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: B-16745 related changes

...

list is a comma-delimited list of zero or more absolute paths to Python interpreters that UAG Server will consider for Universal Extension execution. UAG Server uses the first Python interpreter that satisfies the Extension's Python version requirement to execute the Extension.

UAG Server will always look will look first for the Python interpreter supplied by the Universal Agent package's Python distribution, unless the path to that interpreter is explicitly specified in list. 

If the Agent's Python distribution is not found or does not satisfy the Universal Extension's requirement, UAG Server checks the default locations (see below) or the user-specified list.

...

If the EXTENSION_ACCEPT_LIST is empty or set to none, the search for available Python interpreters is skipped.


UNIXDefault value for list is /usr/bin/python3,usr/bin/python,/usr/libexec/platform-python.
Windows

No default value for list, but an empty or missing list will still cause UAG Server to check the Universal Agent-supplied Python distribution and the Windows system registry as described above.