最近开始学习Python想升级到3.7不知道有没有什么影响
Tofloor
poster avatar
linjiaju888
deepin
2018-08-09 23:16
Author
    最近开始学习Python直接从3.7入手,看了下deepin还是2.x的版本,所以需要升级。但是又不确定对系统及应用有没有什么影响。有没有懂Python的或者升级过的帮忙把下关,能不能升级?
Reply Favorite View the author
All Replies
avatar
观摩
deepin
2018-08-09 23:22
#1
其实内置了 Python3

  1. $ python3
  2. Python 3.5.4rc1 (default, Jul 25 2017, 08:53:34)
  3. [GCC 6.4.0 20170704] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>
Copy the Code
Reply View the author
avatar
linjiaju888
deepin
2018-08-09 23:41
#2
https://bbs.deepin.org/post/166977
其实内置了 Python3

谢谢,试了可以。
Reply View the author
avatar
cuixiaofei
deepin
2018-08-10 00:22
#3
请上网搜一下,其实两个版本共存是没问题的,必要时候还可以切换。
Reply View the author
avatar
mhlan
deepin
2018-08-10 00:57
#4
conda新建一个环境就可以,随便搞
Reply View the author
avatar
h3l
deepin
2018-08-10 01:31
#5
系统内置的python是不好改的,喜欢什么版本可以使用pyenv
Reply View the author