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

Ubuntu 18.04上安装pip 更新Python2/3

时间:2019-08-17 14:58:30      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:python3   install   apt   upgrade   sudo   python   ubunt   更新   pip3   

首先安装pip:
sudo apt install -y python-pip

然后安装pip3:
sudo apt install -y python3-pip

更新pip版本:
sudo pip install --upgrade pip
更新pip3版本:
sudo pip3 install --upgrade pip

Ubuntu 18.04上安装pip 更新Python2/3

标签:python3   install   apt   upgrade   sudo   python   ubunt   更新   pip3   

原文地址:https://www.cnblogs.com/LingnM-Insane/p/11368394.html

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