Python基础环境配置管理总结
Python基础环境配置管理总结pyenv 一键安装 ubuntu脚本安装 curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash centos 7 curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash Mac os 安装命令 brew install pyenv Ubuntu error: no acceptable C compiler found in $PATH sudo apt-get install build-essential -y ubuntu Ignoring ensurepip failure: pip 9.0.1 requires SSL/TLS sudo apt-get install libssl-dev -y ModuleNotFoundError: No module named '_ctypes' apt-get in...