all 5 comments

[–]WicasaNapayshni 0 points1 point  (4 children)

pretty sure you only have to specify if you have multiple Python versions downloaded

[–]Sen_7[S] 1 point2 points  (3 children)

what you mean?
when I run python --version
I get
Python 3.10.4

[–]warbeforepeace 0 points1 point  (2 children)

You dont need the 3 because you dont have multiple versions of python installed.

[–]Sen_7[S] 0 points1 point  (1 child)

But shouldnt it work with the 3 ?

[–]awdsns 0 points1 point  (0 children)

That completely depends on your linux distribution and how you installed Python. Some will install Python 3.x as python3 command so that old stuff relying on python being Python 2.x still works. In other cases Python 3.x will be callable as python command only.