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
Searched words:
11.04 Natty
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
More like this
- Setup an Ubuntu Development Environment the Agaric Way
- My Ubuntu Environment
- Settings for sets of sites: Putting Drush configuration into your project repository
- Set higher minimum server environment requirements for a Drupal installation profile
- Stop phpMyAdmin from logging you out in your own local environment (Ubuntu)


Comments
Post new comment