概要
公式サイト
GitHub - pyenv/pyenv: Simple Python version management
関連サイト
インストール、設定
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
bashrc や zshrc に以下追加
export PYENV_ROOT=${HOME}/.pyenv export PATH=${PYENV_ROOT}/bin:${PATH} eval "$(pyenv init -)"
利用方法
pyenv install list pyenv install 2.7.14 pyenv install 3.6.4