如何在 Ruby 中将 RVM gems 与 Netbeans 结合使用

发布于 2025-01-08 09:13:34 字数 492 浏览 0 评论 0原文

我正在使用 Ruby 1.9.3 。我使用 RVM 安装了这个 ruby​​,但是现在,我想使用 Netbeans 编辑器来执行我的“ruby on Rails”项目。但我面临的问题是这个屏幕显示系统 ruby​​ 版本。而不是 RVM。即使我单击“自动检测 ruby​​”,它也不会检测到我的 RVM ruby​​。

我应该为 Interpreter、Gem Home、Gem Path 和 Gem Tool 选择哪个路径?

当我运行 vm use 1.9.3 时,我得到以下输出:

 cis@chef:~/Desktop/PowerPlus$ rvm use 1.9.3 

 Using /home/manish/.rvm/gems/ruby-1.9.3-p0

在此处输入图像描述

I am using Ruby 1.9.3 . I installed this ruby using RVM, But Now, I want to use Netbeans editor for my "ruby on rails" project. But problem I am facing is this screen is showing system ruby version. and Not RVM. It doesn't detect my RVM ruby even I click auto-detect ruby.

Which Path I should choose for Interpreter, Gem Home , For Gem Path and Gem Tool?

When I run vm use 1.9.3 I get output below:

 cis@chef:~/Desktop/PowerPlus$ rvm use 1.9.3 

 Using /home/manish/.rvm/gems/ruby-1.9.3-p0

enter image description here

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

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

发布评论

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

评论(2

蓝色星空 2025-01-15 09:13:34

解释器路径将是存储在您的 rvm 内的路径
/.rvm/rubies/ruby-1.9.3-p352/bin/ruby
请按照以下命令操作
1个rvm使用1.9.3
2 哪种红宝石

the interpreter path would the one which is stored inside ur rvm
/.rvm/rubies/ruby-1.9.3-p352/bin/ruby
follow the following commands
1 rvm use 1.9.3
2 which ruby

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