使用 Linux Ubuntu 在 Google Compute Engine 上每天运行 python 文件 [英] Run python file daily on Google Compute Engine with Linux Ubuntu

查看:46
本文介绍了使用 Linux Ubuntu 在 Google Compute Engine 上每天运行 python 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I need to run my python file once in every day on Google Compute Engine that Ubuntu 18.04 installed in it.

推荐答案

使用 Crontab 运行脚本(这里是 crontab 文档) 并使用 "chmod +x script.py"

Use Crontab to run the script (here's the crontab documentation) and make your .py file executable with "chmod +x script.py"

此处此处.

这篇关于使用 Linux Ubuntu 在 Google Compute Engine 上每天运行 python 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆