会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
没有阳光天空也是素颜
博客园
首页
新随笔
联系
订阅
管理
2019年9月4日
-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory
摘要: 报错:-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory python多版本造成额问题 找不到python的路径 所以保持 -查找python#whereis pythonpython: /
阅读全文
posted @ 2019-09-04 18:35 没有阳光天空也是素颜
阅读(5398)
评论(0)
推荐(1)
编辑
解决libpython2.6.so.1.0: cannot open shared object file
摘要: 一:上篇文章卸载了python3.7.1重新安装其他版本,将python3/bin加入PATH的时候(vim /etc/profile)出现问题:error while loading shared libraries: libpython2.6.so.1.0: cannot open shared
阅读全文
posted @ 2019-09-04 15:00 没有阳光天空也是素颜
阅读(4448)
评论(0)
推荐(0)
编辑
linux卸载Python3
摘要: 一、卸载Python3 1、卸载python3 rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps 卸载pyhton3 2、whereis python3 |xargs rm -frv 删除所有残余文件 成功卸载! 3、whereis p
阅读全文
posted @ 2019-09-04 14:57 没有阳光天空也是素颜
阅读(10706)
评论(0)
推荐(0)
编辑
在Linux上安装Python3.7.1
摘要: 一、安装依赖环境 输入命令:yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-deve
阅读全文
posted @ 2019-09-04 14:53 没有阳光天空也是素颜
阅读(10372)
评论(0)
推荐(2)
编辑
公告