Quote:
Originally Posted by JSWolf
But, if you are using Windows, you do not need to preface the command with Python as long as you type out the full name of the program including the .py extension.
|
Yes, but he is creating instructions for Mac users. So, using a command that will work for Mac users is probably the way to go.
Of course, there is a way to not have to type python on the Mac. If you ad the correct shebang to the script and set the permissions so the file is executable.
BOb