Created
February 4, 2012 04:06
-
-
Save aussielunix/1735236 to your computer and use it in GitHub Desktop.
sane rubygems on Ubuntu Lucid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The version of rubygems is too old in the Lucid repositories so I make use of a thirdparty PPA. | |
This PPA is from Mackenzie Morgan - a Ubuntu Developer - https://launchpad.net/~maco.m/+archive/ruby | |
1) add Mackenzie's PPA | |
sudo apt-get install python-software-properties | |
sudo add-apt-repository ppa:maco.m/ruby | |
2) let apt see the new repositories | |
sudo apt-get update | |
3) install newer rubygem | |
sudo apt-get install rubygems | |
4) install bundler | |
sudo gem install bundler | |
5) add _/var/lib/gems/1.8/bin_ to your $PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment