Basically, I type python
into Git Bash command line and I get back a blank line as if the command line is thinking...
I've done plenty of research but I can't seem to run python on Git Bash by typing in python into the command line.
I was looking at the question: Python not working in the command line of git bash and someone recommended to type:
winpty c:/Python34/python.exe
into the command line and it worked! However, I don't want to have to keep typing that entire command into the command line.