When I type python --versio
n, the output is "Python 2.7.18
" I tried python3 --version
, and the output is Python 3.10.4
, how can update python to 3.10 without creating python 3?
I was expecting python's version to be 3.10.x and I tried brew upgrade, it didn't work. I'm on mac montery btw