Sirs,
Is there a secret to configuring my cron job to run a script on the server host, i.e.
/home/myusername/somepath/script.sh
where script.sh contains
which python > /home/myusername/file.out;
python /home/myusername/somepath/file.py
I've configured the job to run daily but it never...