标签:bin rtu line port span export github 目录切换 evel
python virtual environment
文档:https://github.com/pyenv/pyenv
pyenv 安装步骤
yum install -y git
curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
export PATH="~/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
运行
pyenv version
表示安装成功
pyenv 使用
yum -y install gcc make patch gdbm-devel openssl-devel sqlite-devel readline-devel zlib-devel bzip2-devel
pyenv install 3.6.2
pyenv shell > pyenv local > pyenv global
标签:bin rtu line port span export github 目录切换 evel
原文地址:http://www.cnblogs.com/ltz150/p/7406940.html