python安装

1.安装python开发工具获得python.h

sudo apt-get install python-dev

2.安装cython,转换python源代码为C码

sudo apt-get install cython

3.安装easy_install,方便安装模块

见http://blog.csdn.net/qazplm12_3/archive/2010/08/08/5796887.aspx

4.安装ipython,充实python命令行功能

见http://blog.csdn.net/qazplm12_3/archive/2010/08/08/5796887.aspx

 

你可能感兴趣的:(c,python,2010,Python开发工具)