I'm a newbie, so no laughter at or mocking of me for any illiteracy I exhibit please!
I am able to get Python to work already in Git Bash, but to do so I have to input the following command every time I open Git Bash before I can enter interactive mode.
alias python='winpty python.exe'
It is tedious to have to do this every time I log into the command line. How do I ensure that Git Bash performs this function automatically upon logging on?