I'm trying without success to execute a Python script using cron on a Debian Jessie Raspberry Pi.
I can execute the script manually, but it fails to execute with cron.
Here's what crontab -l
shows:
*/2 * * * * /usr/bin/python2 home/pi/Documents/get_temperature.py
I guess there's something wrong with paths in the cron context but I cannot manage to find what.