I add this in my cpanel cron jobs
python3.7 myscript.py
But I get this error
/usr/local/cpanel/bin/jailshell: python3.7: command not found
But I can call python3.7 myscript.py
from the command line just fine. How can I run it in cPanel cron jobs?