I've got a python file called color.py
that if I run using python color.py
will work on a file. I can run it okay from the terminal but it doesn't get called from crontab. I've used chmod +x color.py
to try and make it executable.
The py file does start with
#!/usr/bin/env python
and the cron command is
*/1 * * * * /root/images/color.py