紹介マニアMoinMoin

概要

公式サイト

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

参考サイト


CategoryPython

紹介マニアMoinMoin: pyenv (last edited 2023-12-31 07:43:40 by sakito)