Tiny Core Linux
Tiny Core Base => TCB Bugs => Topic started 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.
-
Either fix the #! in your script or use a launcher script with the proper PATH.