Ubuntu 10.10 here. On the command line, I'm trying to do:
gem install railsless-deploy
I get this message:
The program 'gem' can be found in the following packages: * rubygems1.8 * rubygems1.9.1 Try: sudo apt-get install
So I did: sudo apt-get install rubygems1.9.1
I then try the command again: gem install railsless-deploy
But the same quoted message appears again. Why? Any help to figure this out?
Thanks a lot.