2018年5月8日
摘要: 1,安装 pip install ipython 若安装时出现如下错误 ’‘’_scandir.c:14:20: fatal error: Python.h: No such file or directory #include <Python.h> ^ compilation terminated 阅读全文
posted @ 2018-05-08 18:32 君未 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1,pip安装 2,ipython安装 yum install python-devel pip install ipython 3,jupyter notebook安装配置 1)安装 pip install jupyter notebook 2)关闭防火墙 systemctl stop firew 阅读全文
posted @ 2018-05-08 18:31 君未 阅读(1024) 评论(0) 推荐(0) 编辑
  2018年4月19日
摘要: 在系统中已装有python2和python3时,通常安装pip都会默认安装为python2的环境下,当我们要安装python3的包时,往往需要安装针对python3安装pip(ipython亦是如此)。 1,pip部分 下载pip安装包 https://pypi.org/project/pip/ 解 阅读全文
posted @ 2018-04-19 14:45 君未 阅读(13854) 评论(0) 推荐(0) 编辑
  2018年3月30日
摘要: 1,下载pip [root@localhost ~]# curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py % Total % Received % Xferd Average Speed Time Time Time Current Dl 阅读全文
posted @ 2018-03-30 10:48 君未 阅读(377) 评论(0) 推荐(0) 编辑
  2018年3月29日
摘要: 1,问题截图 2,确认防火墙已关闭 1)直接关闭防火墙 [root@localhost ~]# firewall-cmd --staterunning[root@localhost ~]# systemctl stop firewalld [root@localhost ~]# firewall-c 阅读全文
posted @ 2018-03-29 16:15 君未 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 1,获取yum安装源 到mysql官网下载 https://dev.mysql.com/downloads/repo/yum/ wget获取 wget http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 安装yum 阅读全文
posted @ 2018-03-29 15:11 君未 阅读(217) 评论(0) 推荐(0) 编辑