How can I run my python script from the terminal in Mac OS X without having to type the full path?
Question or issue on macOS: I’m on Mac OS 10.6 Snow Leopard and I’m trying to add a directory to my PATH variable so I can run a tiny script I wrote by just typing: python alarm.py at the terminal prompt.
Continue Reading