Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
365 views
in Technique[技术] by (71.8m points)

python - Debian GNU / Linux 9.11 Python升级到3.7(Debian gnu/linux 9.11 python upgrade to 3.7)

I am trying to upgrade python version from 3.5.3 to 3.7.5 in Debian gnu/linux 9.11 setup.

(我正在尝试在Debian gnu / linux 9.11安装程序中将python版本从3.5.3升级到3.7.5。)

I followed this post's instruction.

(我按照这篇文章的指示。)

https://linuxize.com/post/how-to-install-python-3-7-on-debian-9/

(https://linuxize.com/post/how-to-install-python-3-7-on-debian-9/)

It seemed to work well, but as I run in jupyter notebook I get these:

(它似乎运行良好,但是当我在jupyter笔记本中运行时,我得到了以下信息:)

!python --version

Python 2.7.13

(Python 2.7.13)

!python3 --version

Python 3.5.3

(Python 3.5.3)

!python3.7 --version

Python 3.7.5

(Python 3.7.5)

How can I use python 3.7.5 as my default python?

(如何使用python 3.7.5作为默认python?)

  ask by Yujin Chung translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...