I've seen some inconsistencies between the cron environment and my environment.
For example, I have installed paver
(pip install paver
) in my environment and calling paver works paver
. Using paver in my cron doesn't work command not found
. Everything is done through the same user root
.
Any idea ?