pengpengpig

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解释器即表示已经正确安装。

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2021-11-18
  • 2021-12-04
  • 2021-06-03
  • 2022-01-10
猜你喜欢
  • 2021-10-10
  • 2021-11-08
  • 2021-12-04
  • 2022-02-19
  • 2021-07-10
相关资源
相似解决方案