【问题标题】:Run python file daily on Google Compute Engine with Linux Ubuntu每天在带有 Linux Ubuntu 的 Google Compute Engine 上运行 python 文件
【发布时间】:2020-06-04 18:31:08
【问题描述】:

我需要每天在其中安装了 Ubuntu 18.04 的 Google Compute Engine 上运行一次我的 python 文件。

【问题讨论】:

    标签: linux ubuntu google-compute-engine ubuntu-18.04


    【解决方案1】:

    使用 Crontab 运行脚本(这里是 crontab documentation)并使用“chmod +x script.py”使您的 .py 文件可执行

    herehere 讨论了类似的主题。

    【讨论】:

      猜你喜欢
      • 2019-02-02
      • 2018-05-07
      • 1970-01-01
      • 1970-01-01
      • 2017-08-11
      • 2013-12-24
      • 2018-02-10
      • 2017-11-17
      相关资源
      最近更新 更多