I am transforming from windows to Macos and want to install python. It came with an old version of python 2.7 in the computer, so I download python 3 using the pyenv install command. But when I input python --version, I still got the old version. Why is that? And I can't install pip either. Anybody knows why?