WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: crond cannot recognize programs in /apps/bin  (Read 2053 times)

Offline Xianwen Chen

  • Full Member
  • ***
  • Posts: 142
crond cannot recognize programs in /apps/bin
« on: April 20, 2012, 09:31:07 AM »
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.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: crond cannot recognize programs in /apps/bin
« Reply #1 on: April 20, 2012, 09:35:49 AM »
Either fix the #! in your script or use a launcher script with the proper PATH.