I need to run my python file once in every day on Google Compute Engine that Ubuntu 18.04 installed in it.
Asked
Active
Viewed 147 times
1 Answers
1
Use Crontab to run the script (here's the crontab documentation) and make your .py file executable with "chmod +x script.py"
Wojtek_B
- 3,751
- 1
- 6
- 19