I am trying to install rubygems1.8 in Ubuntu 11.04
I did
sudo apt-get install rubygems1.8
Then when I do
gem install rubygems-update
I get
The program
gem
is currently not installed. You can install it by typing:sudo apt-get install rubygems1.8
I tried doing sudo apt-get install rubygems1.8
again and I get
rubygems1.8 is already the newest version
As far as I browsed the internet, this method seems to work for everyone. Any idea for troubleshooting?