忽略 Fink 的 texlive,转而选择现代发行版

发布于 2024-09-28 14:53:11 字数 250 浏览 7 评论 0原文

我已经安装了最新版本的 MacTeX-2010,这是一个经常更新的 texlive 发行版。然而,在我上次 fink update-all 后,fink 坚持认为它的 texlive 版本(从 2008 年开始)是必需的。我的问题是,

安装fink的texlive后我该怎么做才能让我的系统完全忽略fink的版本?

我正在使用 OS.X 10.5.8 和 fink 0.29.14。

I have installed the latest version of MacTeX-2010, an oft-updated distribution of texlive. However, after my last fink update-all, fink insists that its version of texlive (from 2008) is a requirement. My question is,

What should I do after installing fink's texlive so that my system completely ignores fink's version?

I am using OS.X 10.5.8 with fink 0.29.14.

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

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

发布评论

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

评论(1

烙印 2024-10-05 14:53:11

这都是关于路径的。

Fink 安排将 /sw/bin 放在 $PATH 上的 /bin/usr/bin 前面(这样fink工具就可以覆盖系统工具)。您需要安排让 2010 tex 安装先于 fink 安装。

通常执行此操作的位置是在 .bash_profile (登录 shell)或 .bashrc (非登录交互式 shell)中。

可能还有其他路径也需要欺骗。


另一种方法是使用 fink(与当前的 texlive 维护者交谈,接管 texlive 维护,或启动 mactex 软件包)以获得足够最新的软件包。

It's all about paths.

Fink arranges to have /sw/bin in front of /bin and /usr/bin on your $PATH (so that fink tool can override the system tools). You need to arrange to have you 2010 tex installation come ahead of the fink one.

The usual place to do this would be in your .bash_profile (login shells) or .bashrc (non-login interactive shells) .

There may be other paths which need diddling, too.


An alternative would be to work with fink (talk to the current texlive maintainer, take over the texlive maintenance, or start a mactex package) to get a sufficiently up-to-date package.

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