sqlite3-ruby的本地安装
在我当前的系统上,我没有 root 访问权限,我想安装 sqlite3-ruby。 我可以编译它,并且我知道如何设置自定义安装文件夹,但是我的 ruby 安装如何识别/找到已安装的 gem 以供使用?
我尝试了自定义 RUBYLIB-Folder 的前缀,但这也不起作用。
有什么建议吗?
谢谢骷髅
On my current system i dont have root-access and i want to install sqlite3-ruby.
I can compile it and i know how to set custom install-folder, but how does my ruby-installation can recognize/find that installed gem for usage?
I tried prefix of my custom RUBYLIB-Folder but that didnt work either.
Any suggestions?
Thanks skully
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,如果您没有 root 访问权限,RubyGems 会尝试将 gem 安装在您的主目录中的 ~/.gem 目录中。
只需输入
By default, if you don't have root access, RubyGems tries to install the gem in your home directory, within the ~/.gem directory.
Just type