上传者: 35550345
|
上传时间: 2022-09-30 16:00:37
|
文件大小: 1.36MB
|
文件类型: TAR
pyenv-doctor,pyenv-installer,pyenv-update,pyenv-virtualenv,pyenv-which-ext,python-build
离线安装:
将上述包放到/root/.pyenv/plugins/
yum install git gcc make patch gdbm-devel openssl-devel sqlite-devel readline-devel zlib-devel bzip2-devel -y
vim /root/.bashrc
export PATH="/root/.pyenv/bin:/root/.nvm/versions/node/v10.1.0/bin:$PATH"
export PYENV_ROOT="/root/.pyenv"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
source /root/.bashrc