码迷,mamicode.com
首页 > 编程语言 > 详细

python安装

时间:2014-11-24 15:13:21      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:sp   on   bs   as   nbsp   python   安装   ip   oo   

1.下载python2.7,安装。比如安装到c:\python27\

2.设置环境变量,path,加入c:\python27\;c:\python27\scripts\

3.下载setuptools,解压。

4.运行cmd,进入setuptools目录,执行python ez_setup。

5.scripts目录下多了个easy_install,以后就用它安装其它包。也可以用pip,前提是用easy_install把pip给安装了。比如easy_install pip,完后目录下又多了pip,就也可用pip install 安装包了。

 

python安装

标签:sp   on   bs   as   nbsp   python   安装   ip   oo   

原文地址:http://www.cnblogs.com/cdsj/p/4118494.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!