Python自动化运维系列 | Python环境安装及基础语法(一)
1. Python环境安装
pyenv官方安装手册:https://github.com/pyenv/pyenv#installation
# yum install -y git curl
# yum -y install gcc make patch gdbm-devel openssl-devel sqlite-devel readline-devel zlib-devel bzip2-devel xz-devel libffi-devel
# useradd python
# su