Skip to content

Instantly share code, notes, and snippets.

@ScottRadcliff
Created March 28, 2014 20:46
Show Gist options
  • Save ScottRadcliff/9842639 to your computer and use it in GitHub Desktop.
Save ScottRadcliff/9842639 to your computer and use it in GitHub Desktop.
Using RVM with Pow
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ]; then
source "$rvm_path/scripts/rvm"
source ".rvmrc"
fi
@ScottRadcliff
Copy link
Author

Just place this in the project directory along with a .rvmrc file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment