0
(Python) Divergence between installer and installed version
Good morning everyone, I have a problem that I just canât understand what it could derive from. I have a Mac and from the official python website I downloaded version 3.9.2 for Mac, but when I type âpython -Vâ (or âpython âversionâ) in the terminal it tells me that the installed version is 2.7.16. What do you think it means?
1 Answer
0
Probably Python 2 was pre-installed... if you have installed the Python 3 installer downloaded, try "python3 -V" (if that works, you should use pip3 to (un)install modules^^)