Tomas Andrle Asked: 2009-07-22 07:02:35 +0800 CST2009-07-22 07:02:35 +0800 CST 2009-07-22 07:02:35 +0800 CST 在 Centos 4.x 上安装 Python 2.4 或更新版本 772 我想在 CentOS 4.7 上运行的 Django 应用程序中使用 Python 2.4 功能。Python 的默认版本是 2.3,我认为最好不要尝试替换它。有没有办法同时安装更新版本的 Python 并以某种方式告诉 Apache 将其用于 mod_python? centos python 2 个回答 Voted Best Answer theotherreceive 2009-07-22T07:32:01+08:002009-07-22T07:32:01+08:00 是的,只需构建您自己的 python 并将其放在其他地方(例如 /opt 或 /usr/local)。你需要重建 mod_python,当你这样做时,你可以指定新的 python 位置。 ./configure --with-python=/path/to/python2.4 TonyB 2010-05-05T13:41:10+08:002010-05-05T13:41:10+08:00 这是一篇关于如何配置 python 以将其安装到不同目录的好帖子 http://binarysushi.com/blog/2009/aug/19/CentOS-5-3-python-2-5-virtualevn- mod-wsgi-和-mod-rpaf/
是的,只需构建您自己的 python 并将其放在其他地方(例如 /opt 或 /usr/local)。你需要重建 mod_python,当你这样做时,你可以指定新的 python 位置。
这是一篇关于如何配置 python 以将其安装到不同目录的好帖子 http://binarysushi.com/blog/2009/aug/19/CentOS-5-3-python-2-5-virtualevn- mod-wsgi-和-mod-rpaf/