https://github.com/pyenv/pyenv-installer#install ```console curl https://pyenv.run | bash ``` [[.bashrc]]に以下を追加。 ``` export PATH="$HOME/.pyenv/bin:$PATH" eval "$(pyenv init --path)" eval "$(pyenv virtualenv-init -)" ```