Im trying to switch to python 2.715. I do:
pyenv versions
I see:
system
* 2.7.15 (set by /Users/me/.pyenv/version)
3.7.2
3.7.2/envs/env_name
3.8.0
env_name
I then do:
python --version
Yet I get the result:
Python 3.9.7
How can I switch to python 2.7.15?
pyenv local 2.7.15. I saw the info here and hope is right