linux python安装

时间:2014-06-16 23:44:19   收藏:0   阅读:357

1、下载源代码 http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz2

2、

    $ tar –jxvf Python-2.5.2.tar.bz2

  $ cd Python-2.5.2

  $ ./configure

  $ make

  $ make install
3. 测试

  在命令行下输入python,出现python解释器即表示已经正确安装。
 

linux python安装,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!