Babun显示旧版本的Python

时间:2018-08-15 01:57:01

标签: python python-3.x python-2.7 babun

我正在尝试使用Babun检查Python(3.7.0)的当前版本。但是,它显示的是旧版本(2.7.8)。使用Windows命令提示符时,我没有遇到问题。

Windows命令提示符

Microsoft Windows [Version 10.0.17134.228]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\Gauranga Das>python --version
Python 3.7.0

C:\Users\Gauranga Das>

八本

LAPTOP-298AIKEQ% python --version
Python 2.7.8
LAPTOP-298AIKEQ%

1 个答案:

答案 0 :(得分:1)

在babun shell中运行:

pact install python3

然后在babun文件夹中运行update.bat,它将重新安装cywin。 (无法从babun shell内部运行update.bat,因为需要关闭所有babun shell才能使重新安装工作):

update.bat

现在我们可以通过运行以下命令查看python 3版本:

python3 --version