参考页面:
[1] : https://pip.pypa.io/en/latest/installing.html
[2] : http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows/
最方便的方法就是去下载:https://raw.github.com/pypa/pip/master/contrib/get-pip.py,实际上是一个base64编码的zip包+自解压python程序
放到python安装目录里运行
python get-pip.py
然后在当前目录的scripts目录内就可以看到pip.exe了,去设置一下PATH环境变量,包含这个目录,重新启动一个cmd窗口
运行就可以运行pip来下载python包了