码迷,mamicode.com
首页 > 系统相关 > 详细

install pip linux

时间:2019-10-03 23:56:00      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:linux   https   selected   env   python3   安装python   版本   自带   select   

VS code下使用python拓展,通常会提示安装pip。

pip 是一个现代的,通用的 Python 包管理工具。提供了对 Python 包的查找、下载、安装、卸载的功能。


安装pip
使用以下脚本:

wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
pip -V #查看pip版本




另:如果出现VS code中出现Linter pylint is not installed,点击install后仍出现There is no Pip installer available in the selected environment.提示框:
以Ubuntu18.04为例,自带Python 2.7.15+,在有python3前提下(若无python3需手动安装),还需要安装python3相关pip包,使用以下命令:

sudo apt install python3-pip



解决方案参考:

  1. https://www.tecmint.com/install-pip-in-linux/
  2. https://www.jianshu.com/p/efc1c2752b4d

install pip linux

标签:linux   https   selected   env   python3   安装python   版本   自带   select   

原文地址:https://www.cnblogs.com/iyanhang/p/11621109.html

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