【发布时间】:2020-06-04 18:31:08
【问题描述】:
我需要每天在其中安装了 Ubuntu 18.04 的 Google Compute Engine 上运行一次我的 python 文件。
【问题讨论】:
标签: linux ubuntu google-compute-engine ubuntu-18.04
我需要每天在其中安装了 Ubuntu 18.04 的 Google Compute Engine 上运行一次我的 python 文件。
【问题讨论】:
标签: linux ubuntu google-compute-engine ubuntu-18.04
使用 Crontab 运行脚本(这里是 crontab documentation)并使用“chmod +x script.py”使您的 .py 文件可执行
【讨论】: