On Sat, May 18, 2013 at 8:12 PM, Avnesh Shakya <avnesh.n...@gmail.com> wrote:
> avin@hp:~$ crontab -e
> then type -
> */2 * * * * python /home/avin/data/try.py
>

You may need to put an explicit path to your Python interpreter. Type:

$ which python

and put that into your crontab.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to