我刚刚开始学习Git Bash和python。 现在,我正在尝试建立一些基本的东西。 我在Windows 10上安装了Git bash并安装了Python3 并且我尝试在Gitbash上设置python,但是效果不佳。
首先,我无法在Gitbash上找到python
$ python --version
bash: winpty: command not found
Anaconda在Git bash上
$ conda --version
conda 4.6.11
每次我启动Git Bash时,都会收到此消息。
bash: /c/Users/Decemberkms/.bashrc: line 13: unexpected EOF while looking for matching `"'
bash: /c/Users/Decemberkms/.bashrc: line 14: syntax error: unexpected end of file
有人可以帮助我吗?