zoukankan      html  css  js  c++  java
  • Debian ABC --- 1st time ---6

    linkage

    #curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

    cor@MiWiFi-R3-srv:~/Downloads$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 1764k  100 1764k    0     0  17360      0  0:01:44  0:01:44 --:--:-- 28480

    Then run the following command in the folder where you have downloaded get-pip.py:

    #python get-pip.py

    cor@MiWiFi-R3-srv:~/Downloads$ python get-pip.py
    DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
    Defaulting to user installation because normal site-packages is not writeable
    Collecting pip
      Downloading pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
         |████████████████████████████████| 1.4 MB 28 kB/s
    Collecting wheel
      Downloading wheel-0.34.2-py2.py3-none-any.whl (26 kB)
    Installing collected packages: pip, wheel
      WARNING: The scripts pip, pip2 and pip2.7 are installed in '/home/cor/.local/bin' which is not on PATH.
      Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
      WARNING: The script wheel is installed in '/home/cor/.local/bin' which is not on PATH.
      Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
    Successfully installed pip-20.0.2 wheel-0.34.2
  • 相关阅读:
    eclipse 关闭web项目无用校验
    Java7的那些新特性
    Linux内核源码情景分析-wait()、schedule()
    android canvas 画图笔记
    android启动第一个界面时即闪屏的核心代码(两种方式)
    leetCode(24):Binary Search Tree Iterator
    12:打印 1 到最大的 n 位数
    Android仿QQ ios dialog,仿QQ退出向上菜单
    iOS UI16_数据持久化
    Android自己定义百度地图缩放图标
  • 原文地址:https://www.cnblogs.com/winditsway/p/12495899.html
Copyright © 2011-2022 走看看