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
 
posted @ 2019-03-13 16:38  裸奔的小鸟  阅读(202)  评论(0编辑  收藏  举报