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
Output:
3.7.3
But apparently this is not enough to activate the venv.