Re: [jruby-user] rvm jruby issue
Keith Bennett <[email protected]> Mon, 08 Dec 2014 19:13:33 -0500
| Newsgroups | gmane.comp.lang.jruby.user |
|---|---|
| Message-ID | <[email protected]> |
Chandra - Using rvm, you should: rvm install jruby At that point, if you do this: rvm jruby ...then Ruby commands such as ruby and irb should "just work". You can try "ruby -v" to show the Ruby version. If they don't, you may have an issue with rvm, probably relating to your shell. What operating system are you using? I suggest trying to install another Ruby, (e.g. 1.9.3) and see if that works. This will help identify the problem. - Keith Keith R. Bennett http://about.me/keithrbennett On 12/8/2014, 4:45 PM, Chandra Sekhar wrote: > i have installed manually RVM 1.26.3,and downloaded jruby binary 1.7.11 > and added to path. > > when i execute rvm list command,its showing no rubies found. > > Please let me know how to fix this. > > thank you >