% brew install pyenv
% pyenv install 3.7.4
% vi .bash_profile
export PYENV_ROOT=/usr/local/var/pyenv
if which pyenv > /dev/null; then eval “$(pyenv init -)”; fi
export PATH=”$HOME/.pyenv/shims:$PATH”
% source .bash_profile
Just another WordPress site
% brew install pyenv
% pyenv install 3.7.4
% vi .bash_profile
export PYENV_ROOT=/usr/local/var/pyenv
if which pyenv > /dev/null; then eval “$(pyenv init -)”; fi
export PATH=”$HOME/.pyenv/shims:$PATH”
% source .bash_profile