安装pip时,提示“No package python-pip available”。
wget https://files.pythonhosted.org/packages/00/9e/4c83a0950d8bdec0b4ca72afd2f9cea92d08eb7c1a768363f2ea458d08b4/pip-19.2.3.tar.gz
tar -zxvf pip-19.2.3.tar.gz python setup.py install
yum -y install epel-release
yum -y install python-pip
pip --version