Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: Xianwen Chen on April 20, 2012, 12:31:07 PM

Title: crond cannot recognize programs in /apps/bin
Post by: Xianwen Chen on April 20, 2012, 12:31:07 PM
I use cron to execute a Python script periodically and found that the python-2.7.scm is not recognized by cron (maybe some path issue?). After creating a symbolic link at /usr/local/bin/python to /apps/bin/python, the problem is solved.
Title: Re: crond cannot recognize programs in /apps/bin
Post by: gerald_clark on April 20, 2012, 12:35:49 PM
Either fix the #! in your script or use a launcher script with the proper PATH.