As the title says. What I encountered was thinking of creating an app executable from python https://qiita.com/deko2369/items/3de11415a073e0555d7c I put py2app as instructed in this article and entered the py2applet command, It didn't work on the console with command not found.
There is no solution. I was using python3 on my MAC, so I had to use pip3 instead of pip.
Recommended Posts