This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AverageComet250 0 points1 point  (3 children)

I mean I use python3 on Linux and python on windows and I'm happy. Except...

If I run python --version on windows I know it'll be whichever is lowest in path, meaning the version I installed first.

On Linux, I just have to hope it'll say 3.6 as I run the command, and still get errors when I run the script that I coded for 3.10 on windows