#!/bin/sh set -e if [ -x /usr/bin/python3.12 ]; then exec /usr/bin/python3.12 /usr/bin/f2py "$@" fi cat >&2 <