Hi,
I'd like to run a python script without typing the full path to the script location. It would also be nice not to have to type "python" before the script name.
I'm able to type python and go into the interpreter so we know bash know the path to python.exe:
When I type the name of the script, it doesn't run, but as you can see it knows where the path to the script location:

With "python" in front of the script name, it still doesn't work despite bash knowing where the script is:
It will work if you type "python" and then the full path to the script:
Any thoughts on how I can get this to work?
Thank for any ideas you have!
R.D. Harles