My mac has python3 and python2 installed by default.
Before now, only python3 and pip3 commands were working on the macOS terminal. But when I upgraded my pip pip3 install --upgrade pip
, my pip command works as well, and when I type python --version
it shows 2.7.16. Although I still have python3 installed, I don't like having python2. Can I uninstall python2 or is it just not possible?
Keep in mind that the python --version
command showed an error before I upgraded pip