Skip to content

Instantly share code, notes, and snippets.

@gipi
Last active January 29, 2016 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gipi/984bf987a7796c05aaa2 to your computer and use it in GitHub Desktop.
Save gipi/984bf987a7796c05aaa2 to your computer and use it in GitHub Desktop.
#ruby
# apt-get install ruby1.9.1-dev
$ gem install --user jekyll
#  update-alternatives --install /usr/bin/ruby ruby /usr/bin/ruby2.0 1
update-alternatives: using /usr/bin/ruby2.0 to provide /usr/bin/ruby (ruby) in auto mode

Manually

$ curl -sSL https://rvm.io/mpapis.asc | gpg --import -
$ curl -L https://get.rvm.io | bash -s stable --rails
$ source "$HOME/.rvm/scripts/rvm"
$ rvm requirements
$ gem install jekyll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment