我有一个简单的python脚本,该脚本正在从我的下载文件夹中移动文件。通过终端运行脚本时,脚本运行良好。通过启动运行时会发生此问题:
Traceback (most recent call last):
File "/Users/ben/Project/Automation/CleanDownload.py", line 11, in <module>
for f in listdir(downloadFolder):
OSError: [Errno 1] Operation not permitted: '/Users/ben/Downloads/'
任何想法为什么?
和这个https://apple.stackexchange.com/questions/339862/ls-operation-not-permitted-mojave-security
根据Roger去转到系统偏好设置-> 安全和隐私
并授予Terminal
的完全磁盘访问权限。