Home ›
Set up RubyGems and RVM on Ubuntu 11Set up RubyGems and RVM on Ubuntu 11
Submitted by Benjamin Melançon on September 20, 2011 - 7:45am
This makes the gem command work:
sudo apt-get install rubygems1.8
But more is needed...
sudo apt-get install curl ruby
We already have Git installed; if you don't you may want to throw a git-core in there. (And if you already have curl installed, you can leave it out of the apt-get command-- or put it in, it will work either way.
sudo bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
References
Searched words:
11.04 Natty
Comments
Post new comment