python指令碼crontab執行的幾個坑。

來源:互聯網
上載者:User

標籤:cal   ini   parser   linux   tab   日誌   讀取   parse   方法   

坑一:

一般linux都預先安裝python,但是版本比較低。會出現python程式手工執行正常,但是用crontab執行報錯,如缺少某某模組之類的。

最直接的解決辦法:使用新版本python的絕對路徑執行,如:

0 14 * * * /usr/local/bin/python2.7 /xxx.py > /yyy.log 2>&1 &

坑二:

如果python程式內使用到一些涉及環境變數的方法可能差異,如:

cfg = ConfigParser.ConfigParser()
cfg.read(r‘/home/work/open-falcon/addin/sms.ini‘)

這裡如果採用相對路徑./sms.ini亦會導致無法正常讀取。

tips:指令碼內有輸出 通過 “> /yyy.log 2>&1 &”輸出到記錄檔。

python指令碼crontab執行的幾個坑。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.