So the question is pretty short but I couldn't find the answer yet. I want to check my python version in the terminal on Windows:
python --version
Python
the same output for python3 --version, python -V and so on. What can be the problem here?
So the question is pretty short but I couldn't find the answer yet. I want to check my python version in the terminal on Windows:
python --version
Python
the same output for python3 --version, python -V and so on. What can be the problem here?
Please try to use
'py --version' or 'py -V'
'Python --version' and 'Python -V' should also work.
Try going through this document - https://learn.microsoft.com/en-us/windows/python/beginners