1. 程式人生 > >解決pip setuptools wheel安裝

解決pip setuptools wheel安裝

  1. 為了安裝pip,需要先下載get-pip.py:

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

  2. 安裝pip:

    #python get-pip.py

安裝完後顯示:
Installing collected packages: pip, setuptools, wheel
Successfully installed pip-18.0 setuptools-40.2.0 wheel-0.31.1

具體參考:
https://pip.pypa.io/en/latest/installing/