在同一台服务器上运行 Trac 0.12 和 Agilo/Trac 0.11.7

发布于 2024-09-19 04:10:37 字数 697 浏览 3 评论 0原文

我正在为日常 SCM 运行 Trac 0.12 并尝试安装 Agilo 在同一服务器上用于评估目的。

在发现 Agilo 不能在 Trac 0.12 上运行后,我尝试 安装 0.11.7 与我现有的 0.12 安装一起使用 说明位于:

http://trac.edgewall.org/wiki/TracMultipleVersions

终于让 Agilo 启动并运行了,我似乎已经损坏了 我的 Trac 0.12 安装过程中。现在正在寻找 资源位于:

/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg

这让我倍感困惑,因为我认为现在会是 请查看:

/var/trac-0.12/lib/python2.4/site-packages/Trac-0.12-py2.4.egg

由于使用了 multitrac,

,或者至少: /usr/lib/python2.4/site-packages /Trac-0.12-py2.4.egg

因为这是我之前使用过的位置 开始和阿吉洛搞混。

谁能告诉我如何让我的 Trac 0.12 安装看一次 更多内容在正确的站点包目录中吗?

I am running Trac 0.12 for day to day SCM and trying to install Agilo
on the same server for evaluation purposes.

After discovering that Agilo does not run on Trac 0.12, I tried to
install 0.11.7 alongside my existing 0.12 installation, using
instructions found at:

http://trac.edgewall.org/wiki/TracMultipleVersions

While I did finally get Agilo up and running, I seem to have corrupted
my Trac 0.12 installation in the process. It's now looking for
resources in:

/usr/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg

which is doubly confusing to me, because I thought it would now be
looking in:

/var/trac-0.12/lib/python2.4/site-packages/Trac-0.12-py2.4.egg

due to using multitrac, or at least:

/usr/lib/python2.4/site-packages/Trac-0.12-py2.4.egg

Since that was the location I assume it must have been using before I
started messing with Agilo.

Can anyone tell me how to get my Trac 0.12 installation to look once
more in the proper site-packages directory?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不必了 2024-09-26 04:10:37

(迟到总比不到好:)

您应该将每个 Trac 版本安装在其自己的 virtualenv 中。这确保了它们的独立性。

(Better late than never :)

You should install each Trac version in its own virtualenv. This ensures that they are independent.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文