sudo yum -y install git
- 安装pyenv环境
$ curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
更新:
$ pyenv update
$ vim .bashrc
export PATH="~/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
原文地址:http://blog.51cto.com/13020688/2113498
时间: 2024-11-05 14:48:23