If I have a basic Python script, with it\'s hashbang and what-not in place, so that from the terminal on Linux I can run
/path/to/file/MyScript [args]
i find a simple alias in my ~/.bash_profile or ~/.zshrc is the easiest:
~/.bash_profile
~/.zshrc
alias myscript="python path/to/my/script.py"