• yum 安裝方式
    yum -y install python-pip
    pip install --upgrade pip
  • 其他方式
  • 下載 get-pip.py
    wget https://bootstrap.pypa.io/get-pip.py
  • 執行 get-pip.py
    python get-pip.py
  • 建立 local copy
    python get-pip.py --no-index --find-links=/local/copies
  • 建立使用者用的連結
    python get-pip.py --user
    
  • 更新 pip
    pip install -U pip
Facebook 討論區載入中...