View Single Post
Posts: 88 | Thanked: 411 times | Joined on Mar 2010 @ southern Italy
#42
I followed the guidelines but the "apt-get install ruby-gems" failed because of missing authentication. It installed the packages only after forcing "yes":

Code:
apt-get install -y --force-yes ruby ruby-gems
But -again- the "gem" command says "gem: not found".

It appears that Ruby was installed under /usr/lib/ruby/1.8 (i.e.: not "optified"), while ruby-gems under /opt.