使用 RVM 安装 Homebrew?

发布于 2024-12-01 11:57:29 字数 408 浏览 0 评论 0原文

我已经安装并正在使用 RVM。对于我正在开发的一个新应用程序,我想安装 ImageMagick、carrierwave、rmagick 等,并被告知使用 Homebrew 安装它是最简单的。

我目前没有 Homebrew,但听说了很多关于它的好消息,所以想安装它。我的问题是,我是否必须使用 RVM 安装自制程序,如果需要,如何安装?或者,我是否只需将:粘贴

/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"

到我的终端命令行中,一切就应该正常工作?

如果我还想安装其他任何东西,请告诉我是否有任何警告。

谢谢!

更新:

我刚刚通过将其放在终端窗口的根目录中来安装它。

I already installed and am using RVM. For a new app I am working on, I want to install ImageMagick, carrierwave, rmagick, etc. and was told installing it using Homebrew was easiest.

I don't currently have Homebrew but heard a lot of good things about it so wanted to install it. My question is, do I have to install homebrew using RVM and if so, how? Or, do I simply just paste in:

/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"

to my terminal command line and everything should work?

Please let me know if there are caveats to any of the other things I want to install as well.

Thanks!

UPDATE:

I just installed it by putting this in the root of my terminal window.

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

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

发布评论

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

评论(1

早茶月光 2024-12-08 11:57:29

RVM 将不会安装 Homebrew。

RVM 将在其沙箱中安装您的 Ruby 实例,并且与这些实例一起使用的 gem 将自动路由到沙箱。与 ImageMagick 接口的 gem 可以使用 RVM 安装,但您需要依赖 Homebrew 来安装其底层库。

RVM will not install Homebrew.

RVM will install your Ruby instances in its sandbox, and gems to be used with those instances will be automatically routed to the sandbox. The gems that interface to ImageMagick can be installed with RVM, but you'll need to rely on Homebrew to install their underlying libraries.

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