git clone https://github.com/yyuu/pyenv.git ~/.pyenv

$ vi ~/.bash_profile

export PYENV_ROOT=$HOME/.pyenv
export PATH=$PYENV_ROOT/bin:$PATH
eval "$(pyenv init -)"

3行追加

 

$ source ~/.bash_profile

pyenv (2.0.1-3-g1706436f)

$ pyenv install -l | less

 

参考

 

編集