Created
March 16, 2014 14:05
-
-
Save Nerian/9583749 to your computer and use it in GitHub Desktop.
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
➜ projects zsh --version | |
zsh 5.0.5 (x86_64-apple-darwin13.0.0) | |
➜ projects rvm get stable --auto-dotfiles | |
Warning! PATH is not properly set up, '/Users/Nerian/.rvm/gems/ruby-2.1.1/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.1.1'. | |
Downloading https://get.rvm.io | |
Turning on auto dotfiles mode. | |
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz | |
Upgrading the RVM installation in /Users/Nerian/.rvm/ | |
Removing rvm PATH line from /Users/Nerian/.bashrc /Users/Nerian/.zshrc. | |
Adding rvm PATH line to /Users/Nerian/.profile /Users/Nerian/.bashrc /Users/Nerian/.zshrc. | |
Removing rvm loading line from /Users/Nerian/.bash_profile /Users/Nerian/.zprofile. | |
Adding rvm loading line to /Users/Nerian/.bash_profile /Users/Nerian/.zlogin. | |
Upgrade of RVM in /Users/Nerian/.rvm/ is complete. | |
# Nerian, | |
# | |
# 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/Nerian/.bash_profile': | |
source ~/.profile | |
* No new notes to display. | |
RVM reloaded! | |
When I open a new tab: | |
Last login: Sun Mar 16 15:03:34 on ttys003 | |
/Users/Nerian/.rvm/scripts/initialize:44: __rvm_cleanse_variables: function definition file not found | |
/Users/Nerian/.rvm/scripts/initialize:46: command not found: rvm_error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment