I followed this guide to install pyenv in order to manage all python versions I have installed on my Mac. However, it is not clear to me what the pyenv global 3.7.3 command does and how I can activate a venv that uses python 3.7. If I type:
$ pyenv version
3.7.3
But apparently this is not enough to activate the venv?