Skip to content

安装pip

bash
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py \
&& python get-pip.py \
&& pip -V