Created
January 25, 2012 17:05
-
-
Save ChasManRors/1677320 to your computer and use it in GitHub Desktop.
Install message question
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
Question: | |
When the install say: | |
... | |
Installation of RVM in /Users/cmmagid/.rvm/ is almost complete: | |
* To start using RVM you need to run `source /Users/cmmagid/.profile` | |
in all your open shell windows, in rare cases you need to reopen all shell windows. | |
... | |
Is it checking that | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" | |
is present? | |
Mine is commented out yet the message says source it. Confused I am. ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment