|
Bugzilla – Full Text Bug Listing |
| Summary: | Cron does not invoke folder /usr/local/bin (only /usr/bin) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Wiki Melancholie <wiki.melancholie> |
| Component: | Other | Assignee: | Matthias Koenig <mkoenig> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Wiki Melancholie
2008-06-26 15:20:50 UTC
Oh, stating "python2.5" does not work either with cron. The reason is that cron only uses /usr/bin/python(2.4) (but not /usr/local/bin/python(2.5))! Shouldn't cron be allowed to use also /usr/local/bin versions? No, the default path is intentionally restricted. But you can set the PATH environment variable in your crontab, for example to PATH=/usr/local/bin:/usr/bin:/bin |