zoukankan      html  css  js  c++  java
  • python

     [root@localhost ~]# python ~/d/tools/get-pip.py
    Collecting pip
      Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB)
        100% |████████████████████████████████| 1.2MB 11kB/s
    Collecting setuptools
      Downloading setuptools-25.1.6-py2.py3-none-any.whl (442kB)
        100% |████████████████████████████████| 450kB 5.2kB/s
    Collecting wheel
      Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
        100% |████████████████████████████████| 71kB 5.7kB/s
    Installing collected packages: pip, setuptools, wheel
    Successfully installed pip-8.1.2 setuptools-25.1.6 wheel-0.29.0
    [root@localhost ~]# #https://bootstrap.pypa.io/get-pip.py

  • 相关阅读:
    concurrent-锁
    字符串查找字符串
    指针作为函数返回值
    数组名作为函数参数
    指针和函数
    多级指针
    指针数组
    指针运算
    指针和数组
    const修饰的指针类型
  • 原文地址:https://www.cnblogs.com/itzxy/p/5746695.html
Copyright © 2011-2022 走看看