当你遇到错误提示 Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x8…
一、前期准备 // 安装相关依赖 yum -y install gcc gcc-c++ zlib zlib-devel pcre pcre-devel openssl openss…
一、前期准备 // 检查当前系统是否安装已 Python 3 which python3 // 若未安装,执行下方命令安装 yum install -y python3 // 后续…