如何在系统范围内更改 RubyMine 的 PATH?

发布于 2024-10-18 11:29:40 字数 130 浏览 3 评论 0原文

例如,在 RubyMine 中,运行 rake 任务时的 PATH 永远不会包含 /usr/local/bin,而我需要它,因为 git 就在那里。

是否有 ruby​​Mine 范围的 PATH 配置,这样我就不必修改每个目标?

In RubyMine the PATH when running rake tasks, for example, never contains /usr/local/bin, which I need because git is in there.

Is there a rubyMine-wide config of PATH, so I don't have to modify each target?

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

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

发布评论

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

评论(2

一人独醉 2024-10-25 11:29:40

~/.MacOSX/environment.plist 中设置环境变量或使用 环境变量首选项窗格,它们将应用于您的所有应用程序。请参阅提示:如何在 Mac OS X 上为 RubyMine 设置环境变量
了解更多信息。

Set your environment variables in ~/.MacOSX/environment.plist or use the Environment Variables Preference Pane and they will apply to all of your applications. See Tip: How to setup Environment variables for RubyMine on Mac OS X
for more information.

任谁 2024-10-25 11:29:40

RubyMine 目前没有应用程序范围的 PATH 设置。

在 Mountain Lion 中,不再是任何可靠的方法 设置环境,就像使用环境变量首选项窗格或 ~/.MacOSX/environment.plist 一样。

在 RubyMine 中获得与终端中相同的环境的最简单方法是从终端启动 RubyMine:

open -a /Applications/RubyMine.app/

RubyMine does not currently have an app-wide PATH setting.

In Mountain Lion there is no longer any reliable way to set the environment like there was using Environment Variables Preference Pane or ~/.MacOSX/environment.plist.

The easiest way to get the same environment in RubyMine as you have in the terminal is to launch RubyMine from Terminal with this:

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