I am trying to run the following command in git bash for windows.
$ python Prog.py < my_input.in > my_output.out
I receive the following error: "input is not a tty"
Note: the command works fine using bash.exe of MinGW.
Any way to have the above command run on git bash for wins
Edit: bash.exe not git.exe!