【发布时间】:2016-01-03 03:15:06
【问题描述】:
我已经在 Windows 上安装了 python 3.5 和 python 2.7。我在 PATH 变量中添加了 python 2.7 的路径。当我在 windows cmd 中键入“python --version”时,它会打印 2.7。但是当我在 git bush 中输入“python --version”时,它会打印 3.5。 如何将 windows git bash 中的 python 版本更改为 2.7?
【问题讨论】: