zoukankan      html  css  js  c++  java
  • python3快速安装升级pip3

    一、下载地址:

    获取get-pip.py安装文件:

    官网链接:https://bootstrap.pypa.io/get-pip.py

    百度云链接:https://pan.baidu.com/s/14WopRPgWIWXykxYTebBFDA
    提取码:h9xu

    或者

    Python官网:https://packaging.python.org/tutorials/installing-packages/

    二、使用方法:

    在cmd命令行中执行:python3 get-pip.py

    Collecting pip
      Using cached https://files.pythonhosted.org/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl
    Installing collected packages: pip
      Found existing installation: pip 19.2.3
        Uninstalling pip-19.2.3:
          Successfully uninstalled pip-19.2.3
    Successfully installed pip-19.2.3

    完毕!

    检查pip3安装情况:pip3 --version

    windows到Python3安装目录下的Scripts文件夹下查看。

  • 相关阅读:
    Valid Parentheses
    Remove Nth Node From End of List
    守护线程、守护进程
    4Sum
    Letter Combinations of a Phone Number
    3sum closest
    Excel Sheet Column Number
    Majority Element
    Balanced Binary Tree
    Maximum Depth of Binary Tree
  • 原文地址:https://www.cnblogs.com/frisk/p/11519621.html
Copyright © 2011-2022 走看看