CentOS7 默认使用的是firewall作为防火墙 查看防火墙状态 firewall-cmd --state 停止firewall systemctl stop firewalld.ser ...
CentOS7 默认使用的是firewall作为防火墙 查看防火墙状态 firewall-cmd --state 停止firewall systemctl stop firewalld.ser ...
问题: >>> import MySQLdb Traceback (most recent call last): File "<stdi ...
1. 备份原来的yum源 cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 2.设置aliyun的 ...
简介:anaconda指的是一个开源的python发行版本,其包含了conda、Python等180多个科学包及其依赖项。 因为包含了大量的科学包,Anaconda 的下载文件比较大(约 515 ...
用yum安装pip 1、输入yum install python-pip 如果提示 ,没有可用软件包 python-pip 2、输入yum -y install epel-release 这个 ...