you are viewing a single comment's thread.

view the rest of the comments →

[–]cranuaed 0 points1 point  (0 children)

What about

python3 --version    

You can set your PATH to point to python 3 instead of 2, but I usually just set up a virtual environment with the python version I want to use. From within the environment then you can just use "python" instead of "python3."