随笔分类 -  FAQ

摘要:前置准备yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc makeyum install libffi-devel -ypython linu 阅读全文
posted @ 2019-05-09 22:54 不带R的墨菲特 阅读(4157) 评论(2) 推荐(0)
摘要:3.7版本需要一个新的包libffi-devel,安装此包之后再次进行编译安装即可。 若在安装前移除了/usr/bin下python的文件链接依赖,此时yum无法正常使用,需要自己下载相关软件包安装,为节省读者时间,放上链接 #wget http://mirror.centos.org/centos 阅读全文
posted @ 2019-05-08 00:08 不带R的墨菲特 阅读(10838) 评论(0) 推荐(0)
摘要:#! /usr/bin/python # -*- coding: utf-8 -*- import os print os.environ['HOME'] print os.path.expandvars('$HOME') print os.path.expanduser('~') 阅读全文
posted @ 2019-05-07 23:39 不带R的墨菲特 阅读(3552) 评论(0) 推荐(0)
摘要:https://www.python.org/ftp/python 阅读全文
posted @ 2019-05-07 23:22 不带R的墨菲特 阅读(358) 评论(0) 推荐(0)
摘要:https://www.lfd.uci.edu/~gohlke/pythonlibs/#networkx 阅读全文
posted @ 2019-05-06 23:30 不带R的墨菲特 阅读(337) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/sochishun/p/7070768.html 阅读全文
posted @ 2019-04-26 01:16 不带R的墨菲特 阅读(316) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/sui_yi123/article/details/81876207 阅读全文
posted @ 2019-04-26 01:08 不带R的墨菲特 阅读(319) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/sixrain/p/9138442.html 阅读全文
posted @ 2019-04-26 00:42 不带R的墨菲特 阅读(403) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/ruiy/p/9469129.html 阅读全文
posted @ 2019-04-26 00:35 不带R的墨菲特 阅读(390) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/hanmk/p/9336410.html 阅读全文
posted @ 2019-04-26 00:32 不带R的墨菲特 阅读(277) 评论(0) 推荐(0)
摘要:很久没启动linux了,今天打开试了下 ssh root@192.168.229.128 ping 一直超时 老规矩挨着来排查 检查网络设备器改为Net 模式 重启网络服务 service network restart ps -e |grep ssh sshd 也在 再排查以太网适配器 VMwar 阅读全文
posted @ 2019-04-01 21:00 不带R的墨菲特 阅读(2080) 评论(0) 推荐(0)