在 Mac OS X 10.6 上通过 /etc/launchd.conf 设置全局环境变量不起作用

发布于 2024-11-03 16:15:53 字数 355 浏览 0 评论 0原文

我试图在 Mac OS X 10.6 上设置一些全局环境变量,以便为应用程序和 shell 会话设置它们。

到目前为止,我已经尝试了以下方法:

这些都不起作用!我发现最令人惊讶的是 /etc/launchd.conf,因为它似乎对所有尝试过它的人来说都工作得很好。它对我不起作用有什么逻辑原因吗?

I am trying to set some global environment variables on Mac OS X 10.6 so that they are set for applications as well as shell sessions.

So far I have tried the following methods:

None of these work! The one I found most surprising was /etc/launchd.conf as it seems to work fine for everyone else who has tried it. Is there any logical reason why it is not working for me?

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

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

发布评论

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

评论(1

洋洋洒洒 2024-11-10 16:15:53

这实际上与我安装 Derby 时遇到的问题类似。我解决这个问题的方法是打开TextEdit。选择文件>此时打开按 Shift + Command + 。 ,这将允许您查看所有文档。前往用户目录并搜索名为“.profile”的文件。打开它并添加 export VARIABLE= Value 行,例如:

export DERBY_HOME=/opt/local/share/java/derby/

保存文档并重新启动终端以查看更改是否生效。

this is actually a similar problem to what I was having installing Derby. The way I solved it was by opening TextEdit. Select File > Open at this point press Shift + Command + . , this will allow you to view all the documents. Head to the user directory and search for a file called ".profile" . Open it and add the export VARIABLE= Value line for example:

export DERBY_HOME=/opt/local/share/java/derby/

Save the document and restart your terminal to see if the changes went into affect.

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