改了python版本出问题了
Tofloor
poster avatar
ICEsunson
deepin
2018-01-06 00:29
Author
将系统的python版本改成了3.5的  apt-get upgrade 报错了   这两者有关系嘛  而且 商店东西下载 都是报错   卸载也是失败的
Reply Favorite View the author
All Replies
avatar
comzhong
deepin
2018-01-06 00:44
#1
系统自带 Python2 和 Python 3,很多东西依赖 phthon,别乱动
Reply View the author
avatar
aida
deepin
2018-01-06 00:59
#2
不要随便改这个啊
Reply View the author
avatar
zouqilin
deepin
2018-01-06 01:15
#3
本帖最后由 zouqilin 于 2018-1-5 17:18 编辑

有Python版本管理工具啊 virtualenv和pyenv
Reply View the author
avatar
talon0011
deepin
2018-01-06 01:26
#4
python2和python3是不同的语言……
Reply View the author
avatar
RucLinux
deepin
2018-01-06 01:37
#5
python是系统核心信赖,不要随意改动,安装不同版本的时候也要安装在不同目录下。
Reply View the author
avatar
jingle
deepin
2018-01-06 04:51
#6
回归仓库的版本吧。。。
Reply View the author
avatar
ICEsunson
deepin
2018-01-25 03:40
#7
https://bbs.deepin.org/post/151223
不要随便改这个啊

我要哭了  怎么版有办法还原嘛
Reply View the author
avatar
ICEsunson
deepin
2018-01-25 04:15
#8
https://bbs.deepin.org/post/151223
我要哭了  怎么版有办法还原嘛

解决了
Reply View the author
avatar
ICEsunson
deepin
2018-01-25 04:15
#9
apt-get download python2.7-minimal ## at least this package is necessary
sudo touch /usr/bin/python2.7 && sudo chmod +x /usr/bin/python2.7
sudo dpkg --unpack python2.7-minimal*

apt-get -f install
Reply View the author