Gems 无法在 OS Lion 中以非 root 身份安装?

发布于 2024-11-28 17:24:42 字数 254 浏览 1 评论 0原文

我只是尝试在干净的 OS Lion 安装上安装我的第一个 gem,并得到:

ERROR:  While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.

我知道我可以使用 sudo,但我想知道是否可以以非 root 身份安装 gem。

I just tried to install my first gem on a clean OS Lion install and got:

ERROR:  While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.

I know I could just use sudo but I'd like to know whether it's possible to install gems as non-root.

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

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

发布评论

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

评论(1

╄→承喏 2024-12-05 17:24:42

您可以使用 RVM 在用户空间中生成安装 ruby​​ 版本的位置。

https://rvm.io

curl -L https://get.rvm.io | bash

You can use RVM to generate a place to install ruby versions in user space.

https://rvm.io

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