以Python 3.5为例
1、到https://www.python.org/downloads/windows/下载embeddable zip file类型的压缩包python-3.5.1-embed-amd64.zip
2、解压python-3.5.1-embed-amd64.zip为C:\Python35
3、在系统的Path环境变量中添加路径:C:\Python35;C:\Python35\Scripts
4、有必要的配置好访问国外的HTTP代理,在系统中添加http_proxy和https_proxy环境变量,Python就可以使用这个代理了。


5、下载https://bootstrap.pypa.io/get-pip.pyC:\Python35,在命令行中运行python C:\Python35\get-pip.py。
检查:pip list


参考资料:
怎么在windows下安装pip?
https://taizilongxu.gitbooks.io/stackoverflow-about-python/content/8/README.html





来自为知笔记(Wiz)


posted on 2016-04-25 15:58  寒冷的春天  阅读(551)  评论(0编辑  收藏  举报