GIT Bash错误= bash:winpty:找不到命令
Posted
技术标签:
【中文标题】GIT Bash错误= bash:winpty:找不到命令【英文标题】:GIT Bash error = bash: winpty: command not found 【发布时间】:2018-10-19 18:49:15 【问题描述】:使用windows搜索;在以下位置找到python.exe
:
C:\Users\Michael\Anaconda3\pkgs\python-3.6.4-h6538335_1
进入 GIT Bash:
$ echo 'export PATH="$PATH:/c/Users/Michael/Anaconda3/pkgs/python-3.6.4-h6538335_1:/c/Users/Michael/Anaconda3/pkgs/python-3.6.4-h6538335_1/Scripts"' >> .bashrc
$ source .bashrc
$ python --version
收到:
bash: winpty: 找不到命令
【问题讨论】:
【参考方案1】:我使用的是 Linux 操作系统,但我会尝试将 python.exe 路径添加到 Windows 路径变量(对于用户或全局)。
查看此链接:Adding directory to PATH Environment Variable in Windows
【讨论】:
以上是关于GIT Bash错误= bash:winpty:找不到命令的主要内容,如果未能解决你的问题,请参考以下文章