官网原链接:https://pip.pypa.io/en/stable/installing/ Installation Do I need to install pip? pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from python.org or if you are working in a Virtual Environment created by
网上帖子一大堆,按照那些教程操作,确实可以成功安装.但是安装成功之后呢,pip还是用的python2的pip. 切换到python3的pip之后,发现无法下载模块,还会有很多报错信息.以及"require TLS/SSL, however the ssl module in Python is not avail"等等的错误.(文章最下面列出了安装过程中遇到的7类错误) 下面开始介绍闭坑的步骤: 操作系统: centos6. 一.正式安装前的准备工作: 1.重新安装openssl 详细