pyenv 安装python Posted on 2018-01-Mon Edited on 2018-04-Sun Views: Views: 安装pyenv1curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash安装 python12v=3.5.2|wget http://mirrors.sohu.com/python/$v/Python-$v.tar.xz -P ~/.pyenv/cache/;pyenv install $v