想装python3,把2.7给卸载了,郁闷
Tofloor
poster avatar
TmJoe
deepin
2018-12-08 21:58
Author
想装python3,把2.7给卸载了,然后就没有然后 了,怎么修复都 修复不回去。只能重装哎,,我虚拟机里的文件啊。。。。。。。。

有没有相同经历的兄弟呀


Reply Favorite View the author
All Replies
avatar
136******97
deepin
2018-12-08 22:41
#1
系统自带Python2.7    Python3.6  
为什么要卸载?
Reply View the author
avatar
bingfengfeifei
deepin
2018-12-08 23:27
#2
我的理解,如果python2.7卸载了。 然后重新安装一个不就可以了。。
Reply View the author
avatar
welod
deepin
2018-12-09 00:01
#3
https://bbs.deepin.org/post/172141
我的理解,如果python2.7卸载了。 然后重新安装一个不就可以了。。

问题的关键是 apt依赖Python2...所以悲剧了.
Reply View the author
avatar
151******03
deepin
2018-12-09 00:38
#4
用venv吧
Reply View the author
avatar
让我康康
deepin
2018-12-09 02:13
#5
推荐anaconda
Reply View the author
avatar
bingfengfeifei
deepin
2018-12-17 00:39
#6
https://bbs.deepin.org/post/172141
问题的关键是 apt依赖Python2...所以悲剧了.

那用离线二进制安装或者源码的方式安装试试,不用apt。去官网看看有没有什么离线包下载的地方
Reply View the author
avatar
DKman
deepin
2018-12-17 04:40
#7
到 https://www.python.org/downloads/release/python-2715/ 下载源码进行安装
Reply View the author
avatar
136******29
deepin
2018-12-17 16:43
#8
又是一个卸载系统的pyton2的
Reply View the author
avatar
136******29
deepin
2018-12-17 16:44
#9
将你的python3环境添加到~/.bashrc中,世界安静了
Reply View the author
avatar
hucj
deepin
2018-12-17 19:33
#10
anaconda 了解一下
Reply View the author
avatar
Breeze
deepin
2018-12-18 00:14
#11
pyenv-installer, 安装之后,根据需要转换成py2或者py3
Reply View the author
avatar
randyday
deepin
2018-12-18 06:13
#12
我的想法是应该升级一下软件安装工具(图形化的),支持离线安装包的安装(deb  gz)。类似文件管理器选择需要安装的包,自动判断需要的关联包,提供简单的安装路径选择及查看功能。     我就是linux小白,一切站在小白的角度考虑问题,只是希望能更好更快的适用新系统。
Reply View the author