美文网首页Ubuntu能做什么?
Ubuntu安装python 3.6版本(二)

Ubuntu安装python 3.6版本(二)

作者: 玩er2017 | 来源:发表于2018-06-05 10:59 被阅读0次

下载python3.6.5安装在ubuntu 10.04上安装,官网下载。
下载得到python-3.6.5.tgz文件
解压缩python-3.6.5.tgz文件,进入解压缩后的文件

 #./cofnigure
#sudo make
#sudo make install

Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
  Found existing installation: setuptools 28.8.0
Uninstalling setuptools-28.8.0:
  Successfully uninstalled setuptools-28.8.0
  Found existing installation: pip 9.0.1
Uninstalling pip-9.0.1:
  Successfully uninstalled pip-9.0.1
Successfully installed pip-9.0.3 setuptools-39.0.1

好像这次我彻底成功了安装python3.6.5,下载就开始安装pip了。

相关文章

网友评论

    本文标题:Ubuntu安装python 3.6版本(二)

    本文链接:https://www.haomeiwen.com/subject/rkrpsftx.html