I have been trying to run my python files in Git Bash but I keep getting an error and can't figure out how to fix it. My command as follows in the git bash executable python filename.py
then it says
"Bash.exe": python.exe: command not found
I'm a windows user and I have added the path to my environment variables like so C:\Python27\python.exe;C:\Program Files\Git\bin\bash.exe
I have been looking around but I can't find anyone that has had this problem or they don't give a straightforward answer please help.
Also I have never used Git before this is my first time.
echo $PATH
and paste the results? You may be using the Windows Environment variables instead of the ones that Bash recognizes – tlehman