摘要: 创建data目录 再次启动即可成功 参考: https://blog.csdn.net/sinat_30397435/article/details/50774175 https://blog.csdn.net/mangoyiy/article/details/79302711 阅读全文
posted @ 2019-02-16 22:39 anobscureretreat 阅读(3452) 评论(0) 推荐(0)
摘要: 输入ip addr 确认IP地址是否设置正常,设置好如下所示,如果没有获取到IP地址则设置一个即可。 确认ifconfig命令是否未安装 安装net-tool插件,此插件中带有此命令 等待安装完成,再次输入ifconfig,成功。 阅读全文
posted @ 2019-02-16 22:30 anobscureretreat 阅读(622) 评论(0) 推荐(0)
摘要: 由于该文件不是压缩文件,所以会报这个错误。 使用下面的命令,查看文件格式 阅读全文
posted @ 2019-02-16 22:03 anobscureretreat 阅读(821) 评论(0) 推荐(0)
摘要: 下载python3.7.2源码 下载完后对压缩包解压缩 进入解压缩完后的文件夹: 配置(需要加上--with-ssl,不然pip不能安装相关函数库,python3.7.2 pip 出现locations that require TLS/SSL异常处理方法) 编译 安装 遇到以下报错: zipimp 阅读全文
posted @ 2019-02-16 16:56 anobscureretreat 阅读(336) 评论(0) 推荐(0)
摘要: 一般位于3.7以上版本编译安装时出错 缺少依赖包libffi-devel 在安装3.7以上版本时,需要一个新的libffi-devel包做依赖 解决方法: 阅读全文
posted @ 2019-02-16 16:54 anobscureretreat 阅读(14875) 评论(0) 推荐(0)
摘要: centos7安装python3.7.2时,报错,解决如下 参考: https://blog.csdn.net/u014749862/article/details/54430022 https://www.cnblogs.com/kaid/p/7639107.html 阅读全文
posted @ 2019-02-16 16:53 anobscureretreat 阅读(2208) 评论(0) 推荐(0)
摘要: https://www.python.org/ftp/python/ 阅读全文
posted @ 2019-02-16 16:12 anobscureretreat 阅读(161) 评论(0) 推荐(0)
摘要: 在主机上,从 Workstation Pro 菜单栏中选择虚拟机 > 安装 VMware Tools 创建装载点目录 装载 CD-ROM 驱动器 进入驱动器 把安装包拷贝到家目录 解压 执行安装 可能会提示:/usr/bin/perl:bad interpreter:No such file or 阅读全文
posted @ 2019-02-16 16:03 anobscureretreat 阅读(245) 评论(0) 推荐(0)
摘要: 官网:http://www.cpan.org/src/ 参考: https://blog.csdn.net/zhang6622056/article/details/52594242 阅读全文
posted @ 2019-02-16 15:47 anobscureretreat 阅读(3042) 评论(0) 推荐(0)
摘要: 在CentOS 7下更改yum源与更新系统。 [1] 首先备份/etc/yum.repos.d/CentOS-Base.repo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup [2] 进入y 阅读全文
posted @ 2019-02-16 15:20 anobscureretreat 阅读(407) 评论(0) 推荐(0)
摘要: 可能会提示:Cannot find a valid baseurl for repo: base/7/x86_6 这是因为没有网! 参考: https://blog.csdn.net/Hello_World_QWP/article/details/82624715 阅读全文
posted @ 2019-02-16 15:00 anobscureretreat 阅读(2065) 评论(0) 推荐(0)
摘要: yum -y install wget 阅读全文
posted @ 2019-02-16 14:37 anobscureretreat 阅读(1326) 评论(0) 推荐(0)
摘要: 安装centos7后发现不能上网, 将ONBOOT=no改为ONBOOT=yes 然后重启网络服务 再次测试 就可以ping通了! 参考: https://www.cnblogs.com/linnuo/p/6257204.html 阅读全文
posted @ 2019-02-16 14:34 anobscureretreat 阅读(437) 评论(0) 推荐(0)