如何在系统范围内更改 RubyMine 的 PATH?
例如,在 RubyMine 中,运行 rake 任务时的 PATH 永远不会包含 /usr/local/bin,而我需要它,因为 git 就在那里。
是否有 rubyMine 范围的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在
~/.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 Xfor more information.
RubyMine 目前没有应用程序范围的
PATH
设置。在 Mountain Lion 中,不再是任何可靠的方法 设置环境,就像使用环境变量首选项窗格或
~/.MacOSX/environment.plist
一样。在 RubyMine 中获得与终端中相同的环境的最简单方法是从终端启动 RubyMine:
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: