Skip to content

Instantly share code, notes, and snippets.

@osulyanov
Created July 25, 2013 03:58
Show Gist options
  • Save osulyanov/6076804 to your computer and use it in GitHub Desktop.
Save osulyanov/6076804 to your computer and use it in GitHub Desktop.
Using Pow with RVM
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".ruby-version" ]; then
source "$rvm_path/scripts/rvm"
rvm use `cat .ruby-version`
fi
1.9.3-p429@default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment