Python 故障排除¶ 安装 pip¶ ModuleNotFoundError: No module named 'pip' curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py 评论