安装python2.x和python3.x双版本之后怎么使用pip?
通过-m即可
python3 -m pip install django==1.11.28
python2 -m pip install django==1.11.7