I just built RHEL 6 and I need to be able to install ruby gems, etc. I have the ruby 1.8.7 packages installed but there is no gem command anywhere? What gives?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You probably have to install RubyGems. Try:
If it fails, try installing it by hand:
|
|||
|
|
find / --name gem? If it's a new system it shouldn't take too long to search. If that doesn't return any results it might not be installed, do ayum list *gem*, pick the most relevant result and install it. Not really a proper answer (Unless it works, in which case it was ^_^) – sam May 31 '11 at 16:32