Mac Catalina pyenv インストール

投稿者:

% 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

Thank you for reading this post, don't forget to subscribe!