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
  • 相关阅读:
    mybatis源码(八) Mybatis中的#{} 和${} 占位符的区别
    mybatis源码(七)mybatis动态sql的解析过程下篇
    mybatis源码(六)mybatis动态sql的解析过程上篇
    JDBC的API介绍
    mybatis源码(五)mybatis日志实现
    jmeter: 报错锦集
    python3升级后pip提示TLS/SSL错误问题
    Pytest+Jenkins+Allure
    建议
    Android Studio Button事件的三种方式
  • 原文地址:https://www.cnblogs.com/winditsway/p/12495899.html
Copyright © 2011-2022 走看看