On Wed, Jun 10, 2015 at 5:33 PM, Chris Wojo wrote:
> crontab isn't using a PATH for your specified user, so you need to give an
> absolute path.
This is the fix. Thanks everyone!
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailm
crontab isn't using a PATH for your specified user, so you need to give an
absolute path.
On Wed, 10 Jun 2015 14:02:06 -0700 Craig Rodrigues
wrote
On Wed, Jun 10
> Here is how I'm calling the script in crontab:
> PATH=$PATH:/usr/local/bin
>
I can't remem