摘要:
python安装完毕后,提示找不到ssl模块: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Collecting xxx Could 阅读全文
摘要:
yum install wget -y cd /etc/yum.repos.d && for r in *.repo; do mv $r $r.bak;done wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/r 阅读全文