Running Python package console script with cron -


i have python package provides console executable airship run on regular basis using cron. however, when add line crontab should this, script never executes. have way of telling when script being executed (my steam status shows me playing specific game). result of crontab -l:

*/2 * * * * /usr/bin/env airship 

(the 2 testing purposes, ideally 15).

what stopping happening?


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -