摘要: wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -ivh epel-release-latest-7.noarch.rpm yum repolist 阅读全文
posted @ 2018-03-28 15:12 戎马驰骋 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 官网下载安装python软件 添加python软件windows环境变量 下载安装setuptools: 下载安装pip: 添加C:\Python27\Scripts 目录至windows环境变量 阅读全文
posted @ 2018-01-12 09:32 戎马驰骋 阅读(255) 评论(0) 推荐(0) 编辑
摘要: pip install kerberos 报错:error: command 'gcc' failed with exit status 1 安装环境工具 yum install gcc libffi-devel python-devel openssl-devel 再次安装kerberos安装成功 阅读全文
posted @ 2018-01-11 15:18 戎马驰骋 阅读(339) 评论(0) 推荐(0) 编辑