Last active
August 17, 2016 02:26
-
-
Save ckng/5924545 to your computer and use it in GitHub Desktop.
Install gem via rvm and compass
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
$ sudo gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 | |
$ \curl -sSL https://get.rvm.io | sudo bash -s stable | |
$ sudo usermod -aG rvm ckng | |
(logout and login again) | |
$ rvm install 2.3 | |
$ ruby -v | |
$ gem update --system | |
$ gem install compass | |
//$ git clone http://github.com/rubygems/rubygems | |
//$ cd rubygems/ | |
//$ git checkout -b v2.0.3 | |
//$ ruby setup.rb | |
//$ gem -v | |
//$ gem update --system | |
//$ gem install rubygems-update | |
//$ update_rubygems | |
//$ gem install compass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment