分类: LINUX
2010-10-26 10:06:03
Python2.5的安装方法:
1.下载源代码
2. 安装 $ tar –jxvf Python-2.5.2.tar.bz2 $ cd Python-2.5.2 $ ./configure $ make $ make install
3. 测试 在命令行下输入python,出现python解释器即表示已经正确安装。
4. 设置路径
chinaunix网友2010-10-26 18:52:02
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com