python - How to automate the execution of .py file -


i have test.py file execute in terminal

 python test.py 

what have file automatically execute @ 1:00 everyday. how can implement this?

if using linux can have at execute @ specific time.

you can use watch

but maybe crontab better in case.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -