首页 > 编程语言 > 详细

python与pip安装

时间:2018-12-13 18:19:32      阅读:162      评论:0      收藏:0      [点我收藏+]
# Install pip for 2.7 and then python 2.7 itself
sudo apt install python-pip
sudo apt install python2.7

# Install pip for 3.6
sudo apt install python3-pip
# Install currently supported by Ubuntu python 3.x version.
sudo apt install python3

python与pip安装

原文:https://www.cnblogs.com/tangyouwei/p/10115461.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!