Python pip无法使用时

  1. 在python命令行窗口中: python -m ensurepip   创建出pip3.exe
  2. 升级pip   python -m pip install --upgrade pip

你可能感兴趣的:(python,python)