设置 mod_python 的解释器
我在安装了 python 2.4 和 2.6 的 debian 机器上安装了 mod_python 。我希望 mod_python 使用 2.6,但它找到的是 2.4。如何设置才能使用其他版本。
I have mod_python installed on a debian box with python 2.4 and 2.6 installed. I want mod_python to use 2.6 but it is finding 2.4. How can set it to use the other version.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用的Python版本是在编译mod_python时设置的。如果您需要使用默认版本以外的版本,则需要重新编译它,或者您可能能够从存储库中找到不同的包。
The version of Python used is set when mod_python is compiled. If you need to use a version other than the default, you'll need to recompile it, or you may be able to find a different package from the repository.