I use Anaconda3 installed python on Windows10.
When I run python --version
in git-bash, it works.
$ python --version
Python 3.7.3
$ which python
/d/Programs/Anaconda3/python
But when I run python
, it output nothing and pending there
$ python
A image may be more clear here.
I can input anything, when press, but nothing happens, just a new line.
$ python
print(1)
Note My issue is different from Python not working in command prompt? which is cannot find the python path.