If I do it in CMD, it works without issues, but if I try it in Git Bash it doesn\'t work. I like to use Git Bash as my only console, but I can\'t do that if it doesn\'t work wit
You can configure the git bash console by editing the file in your "$HOME/.bashrc"
Add this line to your $HOME/.bashrc
$HOME/.bashrc
export PATH=$PATH;c:/python34