如何替换掉预装的python?
Tofloor
poster avatar
wenlin
deepin
2015-09-18 08:32
Author
如题 我想要装3.5 和 2.7

Reply Favorite View the author
All Replies
avatar
4***8@qq.com
deepin
2015-09-18 14:40
#1
最好不要换吧,深度的很多软件都是用python写的,换版本很容易出问题的,目前自带的版本应该就可以满足大部分需求了吧。
Reply View the author
avatar
fuyao
deepin
2015-09-18 15:22
#2
可以不用卸载,把3.0装到别的路径
Reply View the author
avatar
136******54
deepin
2015-09-18 16:08
#3
默认的就是2.7,不要替换默认的,深度系列软件会出问题
Reply View the author
avatar
xliang9550
deepin
2015-09-18 19:23
#4
Python 2.x和3.x之间差别巨大,我们这边的社区把Python 2.x和3.x称为不同的编程语言。
因此最好是2.x和3.x的版本各保留一个,如果不能同时存在多个版本,最好还是不要替换。
Reply View the author
avatar
zouqilin
deepin
2015-09-18 20:24
#5
apt-get 依赖于python  会出现兼容问题的
Reply View the author
avatar
wenlin
deepin
2015-09-19 03:29
#6
谢谢提醒
Reply View the author
avatar
Feng Yu
deepin
2015-09-19 20:14
#7
virtualenv搞定,不要乱动系统的python
Reply View the author