03 2014 档案

Windows下Python,setuptools,pip,virtualenv的安装
摘要:Windows 2003平台,安装Python2.7.4,Python3.3,setuptools,pip,virtualenv。安装Python2.7.4(当前版本是2.7.6),安装路径:C:\Python27安装Python3.3.2,安装路径:C:\Python33安装完毕之后,请勿将python的目录添加到系统的环境变量中。优先安装setuptools后面的pip和virtualenv可以通过easy_install来安装。setuptools可以在 http://pypi.python.org/pypi/setuptools 找到Windows的安装方式,现在官网建议使用的是下载e 阅读全文

posted @ 2014-03-03 17:49 CoolRandy 阅读(471) 评论(0) 推荐(0)