Skip to content

Instantly share code, notes, and snippets.

@vroy
Created February 5, 2011 16:00
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 vroy/812546 to your computer and use it in GitHub Desktop.
Save vroy/812546 to your computer and use it in GitHub Desktop.
Trying to use rvm ins a script.
Gemset 'blog-jekyll' does not exist, rvm gemset create 'blog-jekyll' first.
ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-linux]
#!/usr/bin/env bash
source $HOME/.rvm/scripts/rvm
rvm 1.9.2
rvm gemset use blog-jekyll
ruby -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment