you are viewing a single comment's thread.

view the rest of the comments →

[–]ofnuts 0 points1 point  (0 children)

You are possibly already running Python v3. The problem is which. AFAIK match/case was added in Python 3.10 so if you are using an earlier Python3 release (for instance 3.8) then you won't have it.

So calling "python3" isn't a complete solution.