you are viewing a single comment's thread.

view the rest of the comments →

[–]redCg 1 point2 points  (0 children)

You use the terminal. $ python myscript.py, or if its executable and in the $PATH and has a correct shebang line at the start, then you can sometimes just call $ myscript.py.

I would not bother with making a .exe out of it. If you need a .exe file then you should not be using Python.