码迷,mamicode.com
首页 > 编程语言 > 详细

python与pip安装

时间:2018-12-13 19:15:31      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:3.x   ted   pip安装   install   python2.7   2.7   version   elf   currently   

# 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安装

标签:3.x   ted   pip安装   install   python2.7   2.7   version   elf   currently   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!