A
A
Alexey Mistin2015-04-07 19:40:33
Python
Alexey Mistin, 2015-04-07 19:40:33

How to work with crontab on Mac?

The python program needs to run every day. I decided to use cron for this, but I can't figure it out.
I enter in the console
crontab -e
There I prescribe
0-59 * * * * /Users/Mistin/Разработка/test.py
Then I save it, but the program does not work at all (it should every minute).
Maybe I missed something? (before that I never worked with cron, I did not make any settings)
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin, 2015-04-07
@fallen8rwtf

for every minute: */1 * * * *

P
Pavel, 2015-04-07
@Kademn

Well, how is it?
After all, even if you don’t understand the English saying and can’t read `man crontab`, are you really banned in all search engines? Here, for example, the search
engine is 10 to the power of 100, the first link for the query ` man crontab` gives this secured. Miracles, and nothing more, right?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question