Tagged Questions
4
votes
2answers
2k views
Problem installing ruby and gems
I just installed ruby using apt-get with the following command:
sudo apt-get install ruby1.9.1-full
But when I try to do sudo gem install ... it says that I have not installed gems and that I shoud ...