Created
July 3, 2013 09:23
-
-
Save freshtonic/5916602 to your computer and use it in GitHub Desktop.
When Pow is failing you, try making a .powrc like this:
This file contains hidden or 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
export rvm_path=$HOME/.rvm | |
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".ruby-version" ]; then | |
source "$rvm_path/scripts/rvm" | |
rvm use `cat .ruby-version` | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment