I cannot launch a python program from a script. Can anyone help? Environment: RPI4, Apache2, php, SQL, WordPress Application is a python3 program Overall flow: html > php > sh > python program .html script: calls php script via form action .php script: calls shell script via exec (or shell_exec) .sh...