Git 2.5.1's bash console doesn't open python interpreter

后端 未结 8 1787
小鲜肉
小鲜肉 2021-01-31 08:56

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

8条回答
  •  甜味超标
    2021-01-31 09:39

    You can configure the git bash console by editing the file in your "$HOME/.bashrc"

    Add this line to your $HOME/.bashrc

    export PATH=$PATH;c:/python34
    

提交回复
热议问题