![]() Server : Apache/2.4.52 (Ubuntu) System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 User : www-data ( 33) PHP Version : 8.1.2-1ubuntu2.21 Disable Function : NONE Directory : /usr/share/python3/runtime.d/ |
#! /bin/sh set -e VERSION=${2#python} if which py3compile >/dev/null 2>&1; then py3compile -V $VERSION /usr/lib/python3/dist-packages else echo >&2 "py3compile not found in $(basename $0) hook." exit 1 fi