Centos 安装pip

wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip
安装完毕

你可能感兴趣的:(django)