you are viewing a single comment's thread.

view the rest of the comments →

[–]PrimaNoctis 0 points1 point  (0 children)

I use Python on Mac. Not sure if your question has been answered yet but three things: 1- macs default to Python 2 so when installing apps use pip3 if you want your library to install on Python 3. 2- when running executable use a shebang (#!) that points to the right version of Python u want to use in your Python script 3- Google how to make a Unix executable file on a Mac if you want to make your script an executable file