我正在尝试使用Crontab运行python脚本。 问题是我无法导入库。 我尝试了三种不同的crontab行:
#define SIX 1 + 5
#define NINE 8 + 1
constexpr int the_answer = SIX * NINE; // 42 and not 54
我收到了一封电子邮件,其中:
* */1 * * * /Library/Frameworks/Python.framework/Versions/2.7/bin/python /Users/martinbouhier/Desktop/Github/klipfolio/Scripts/clientes_us.py
* */1 * * * python /Users/martinbouhier/Desktop/Github/klipfolio/Scripts/clientes_us.py
* */1 * * * /usr/bin/python /Users/martinbouhier/Desktop/Github/klipfolio/Scripts/clientes_us.py