pyenv global [버전]
pyenv local [버전]
pyenv virtualenv [버전] [가상환경명]
pyenv activate [가상환경명]
vi ~/.zshrc
eval "$(pyenv init -)"