Macでは、crontabを使用してPythonタスクを自動化しようとしています。 cronでは実行されませんが、手動で実行し、スクリプトに完全な権限が付与されている場合に機能します。テストでechoコマンドが実行され、期待どおりに機能しました。助けてください。
admin$ crontab -l
*/1 * * * * python3 /Users/admin/Desktop/Py_examples/tweepy_test.py >> /Users/admin/Desktop/Py_examples/log.txt
*/1 * * * * echo 'testing' >>
/Users/admin/Desktop/Py_examples/test.txt