Created
March 28, 2014 20:46
-
-
Save ScottRadcliff/9842639 to your computer and use it in GitHub Desktop.
Using RVM with Pow
This file contains 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
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ]; then | |
source "$rvm_path/scripts/rvm" | |
source ".rvmrc" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just place this in the project directory along with a .rvmrc file.