如何在 Ruby 中将 RVM gems 与 Netbeans 结合使用
我正在使用 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下文章及其评论可能会提供一些建议:
http://www.skorks.com/2010/01/using-multiple-rubies-seamless-on-the-one-machine-with-rvm/
The following article, and its comments, might provide some suggestions:
http://www.skorks.com/2010/01/using-multiple-rubies-seamlessly-on-the-one-machine-with-rvm/
解释器路径将是存储在您的 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