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 242 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
        
- 4,245
- 1
- 7
- 21