ScriptToApp FAQ

 

Due to the limitations of the app store, it is currently only supported to create an app for a script file. And when the script file is updated, you need to recreate the app.

Q: Why the result show "Operation not permitted" when running python script?

A: You can safely replace:

#!/usr/bin/env python

With the full path to your python binary of choice, e.g:

#!/usr/bin/python
 
原文地址:https://www.cnblogs.com/streakingBird/p/10524135.html