Created
February 14, 2014 18:21
-
-
Save bradrobertson/9006191 to your computer and use it in GitHub Desktop.
RVM output
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
source ~/.bashrc | |
# Homebrew | |
export PATH="/usr/local/bin:/usr/local/sbin:$PATH" | |
# Path to the bash it configuration | |
export BASH_IT="/Users/bradrobertson/.bash_it" | |
# Lock and Load a custom theme file | |
export BASH_IT_THEME="bobby" | |
# Load Bash It | |
source $BASH_IT/bash_it.sh | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* |
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
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting |
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
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting |
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
Warning! PATH is not properly set up, '/Users/bradrobertson/.rvm/gems/ruby-2.0.0-p247/bin' is not at first place, | |
usually this is caused by shell initialization files - check them for 'PATH=...' entries, | |
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles', | |
to fix temporarily in this shell session run: 'rvm use ruby-2.0.0-p247'. | |
○ → echo $PATH | |
/usr/local/bin:/Users/bradrobertson/.rvm/gems/ruby-2.0.0-p247/bin:/Users/bradrobertson/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/bradrobertson/.rvm/rubies/ruby-2.0.0-p247/bin:/Users/bradrobertson/.rvm/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin |
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
○ → rvm get head --auto-dotfiles | |
Downloading https://get.rvm.io | |
Turning on auto dotfiles mode. | |
Downloading https://github.com/wayneeseguin/rvm/archive/master.tar.gz | |
Upgrading the RVM installation in /Users/bradrobertson/.rvm/ | |
Removing rvm PATH line from /Users/bradrobertson/.bashrc /Users/bradrobertson/.zshrc. | |
Adding rvm PATH line to /Users/bradrobertson/.profile /Users/bradrobertson/.bashrc /Users/bradrobertson/.zshrc. | |
Removing rvm loading line from /Users/bradrobertson/.bash_profile /Users/bradrobertson/.zlogin. | |
Adding rvm loading line to /Users/bradrobertson/.bash_profile /Users/bradrobertson/.zlogin. | |
Upgrade of RVM in /Users/bradrobertson/.rvm/ is complete. | |
# Brad Robertson, | |
# | |
# Thank you for using RVM! | |
# We sincerely hope that RVM helps to make your life easier and more enjoyable!!! | |
# | |
# ~Wayne, Michal & team. | |
In case of problems: http://rvm.io/help and https://twitter.com/rvm_io | |
Upgrade Notes: | |
* WARNING: You have '~/.profile' file, you might want to load it, | |
to do that add the following line to '/Users/bradrobertson/.bash_profile': | |
source ~/.profile | |
* No new notes to display. | |
RVM reloaded! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment