Doesn't seem to be the correct version of python. How can I ensure that I'm on the right PATH?
yields
asked 28 Sep '11, 23:50 Brian D |
You can add your path using the environment variable PYTHONPATH. You alos need to use the correct Python version and full paths. So, the correct crontabline would be:
answered 29 Sep '11, 00:06 neeravk |