15.9自带的python2.7 怎么升级到3.7
Tofloor
poster avatar
ybad
deepin
2019-01-26 19:25
Author
15.9自带的python2.7 怎么升级到3.7
Reply Favorite View the author
All Replies
avatar
cosct
deepin
2019-01-26 20:30
#1
自带了python3不过不是3.7,3.7太新了要用的话自行安装
Reply View the author
avatar
Emmmmmmmm
deepin
2019-01-27 02:14
#2
自带的有2.7和3.6.5的
Reply View the author
avatar
ryenang
deepin
2019-01-27 03:59
#3
用conda或者pipenv这些,自行安装。
Reply View the author
avatar
观摩
deepin
2019-01-27 04:57
#4
非要3.7的环境吗?
  1. python3

  2. Python 3.6.5 (default, May 11 2018, 13:30:17)
  3. [GCC 7.3.0] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>
Copy the Code

就进入 3.6.5 了。
Reply View the author
avatar
jason666
deepin
2019-01-28 19:13
#5
谨慎升级,非要升级用pyenv
Reply View the author
avatar
pingpp00
deepin
2019-01-28 22:26
#6
谨慎升级,很容易把系统的依赖搞坏
现在直接在终端输入:python3  也可以用啊
Reply View the author
avatar
v6i6v
deepin
2019-01-29 17:29
#7
自带的可以不用管,装个pyenv就好了,很方便的,其他版本都可以随意装
Reply View the author
avatar
让我康康
deepin
2019-01-29 20:14
#8
自己装个anaconda吧,个人觉得很好用,基本把各种包都集成了,不用再自己费劲去装scipy、numpy、matplotlib之类的东东。
Reply View the author
avatar
wp940208_
deepin
2019-02-01 07:08
#9
python系统自带的版本不要动,安装新版本的py就行,不要覆盖原有的。最简单的sudo apt get install python3
Reply View the author