Questions regarding cron job on Mac? #91
-
I have everything setup to the point where I can type in the commands to run all scripts. When following instructions for the bot to run without supervision, I get to the crontab and insert the lines as instructed but I get no feedback. I've read somewhere that once commands are in crontab that they are running but I'm not sure. Is there any way for me to see if it's actually running? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Yes you can open the terminal mail and you will see the messages there of the scripts that ran. |
Beta Was this translation helpful? Give feedback.
-
'/Users/edwinlapitan/Desktop/crabada.py' try adding the apostrophe at the beginning and end. |
Beta Was this translation helpful? Give feedback.
-
I have my Python located in this folder on my Mac: /usr/local/bin/python3 You can perhaps try the same thing. You also need to give full disk access to terminal and/or cmd (I don't remember exactly the file names) |
Beta Was this translation helpful? Give feedback.
-
Hi @EdwinLapitan ! Did you eventually solve your issue? If not, you could try installing Python using this guide > https://docs.python-guide.org/starting/install3/osx/ Cheers, |
Beta Was this translation helpful? Give feedback.
Hi @EdwinLapitan !
Did you eventually solve your issue?
If not, you could try installing Python using this guide > https://docs.python-guide.org/starting/install3/osx/
Cheers,
Cocco