Skip to main content

find_oracle_python

Function find_oracle_python 

Source
pub fn find_oracle_python(require_explicit: bool) -> String
Expand description

Find the oracle Python interpreter with version validation.

Resolution order:

  1. EGRESS_ORACLE_PYTHON — must have pproxy==PINNED_PPROXY_VERSION
  2. EGRESS_PYTHON_BIN — must have pproxy==PINNED_PPROXY_VERSION

When require_explicit is true (certification mode), missing or invalid interpreters cause a panic. When false, falls back to discovery.