I am trying to check the current version of Python(3.7.0) using Babun. However, it is displaying an old version(2.7.8). I am not getting the problem when using the Windows Command Prompt.
Windows Command Prompt
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>
Babun
LAPTOP-298AIKEQ% python --version
Python 2.7.8
LAPTOP-298AIKEQ%