Gems 无法在 OS Lion 中以非 root 身份安装?
我只是尝试在干净的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 RVM 在用户空间中生成安装 ruby 版本的位置。
https://rvm.io
You can use RVM to generate a place to install ruby versions in user space.
https://rvm.io