gpt4 book ai didi

python - 如何将 django 网站指向 python 版本,除了 centos 上的默认版本

转载 作者:太空宇宙 更新时间:2023-11-03 17:22:04 28 4
gpt4 key购买 nike

我正在使用 Centos 并安装了 python 2.7,以便我可以运行 django 1.7。

我根据https://www.digitalocean.com/community/tutorials/how-to-set-up-python-2-7-6-and-3-3-3-on-centos-6-4安装了python 2.7

最后的安装步骤让我使用以下方式安装 python:

make altinstall 而不是:make install

因此它不会替换 python 的默认操作系统版本。

如何使用新版python 2.7代替旧版?

自调用 python 以来,默认情况下转到旧的默认版本,我的 django 应用程序没有指向新版本。

请帮忙。

最佳答案

我建议你:

  1. 在允许使用的任何目录(例如 /opt/home/<you> 等)中安装新的 python(因为你在 Centos 上,应该对可执行文件有很多 SELinux 限制...)
  2. virtualenv -p <path/to/fresh/python> <path/to/new/virtualenv/> (参见 here 完整讨论)

关于python - 如何将 django 网站指向 python 版本,除了 centos 上的默认版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26245449/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com