Skip to content

Instantly share code, notes, and snippets.

@ChasManRors
Created January 25, 2012 17:05
Show Gist options
  • Save ChasManRors/1677320 to your computer and use it in GitHub Desktop.
Save ChasManRors/1677320 to your computer and use it in GitHub Desktop.
Install message question
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