指定pip下载到Python2中,命令;
1 sudo python2 -m pip install XXX
指定pip下载到Python3中,命令;
1 sudo python3 -m pip install XXX