Skip to content

Instantly share code, notes, and snippets.

@josephlord
Created February 28, 2013 10:31
Show Gist options
  • Save josephlord/5055777 to your computer and use it in GitHub Desktop.
Save josephlord/5055777 to your computer and use it in GitHub Desktop.
```rvm get head``` with errors burried in output.
jl-mbp:~ temp$ rvm get head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 185 100 185 0 0 134 0 0:00:01 0:00:01 --:--:-- 258
100 11525 100 11525 0 0 6662 0 0:00:01 0:00:01 --:--:-- 53356
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 290 0 --:--:-- --:--:-- --:--:-- 382
0 124 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 1620k 100 1620k 0 0 405k 0 0:00:03 0:00:03 --:--:-- 729k
Upgrading the RVM installation in /Users/temp/.rvm/
RVM PATH line found in /Users/temp/.bashrc /Users/temp/.zshrc.
RVM sourcing line found in /Users/temp/.bash_profile /Users/temp/.zprofile.
Installing rvm gem in 1 gemsets ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
Upgrade Notes:
* If you encounter any issues with a ruby 'X' your best bet is to:
rvm get head && rvm reinstall X --debug
* RVM will run 'rvm requirements' by default, to disable run:
echo rvm_autolibs_flag=0 >> ~/.rvmrc
* RVM will set first installed ruby as default and use it if run as function.
To avoid this behavior either use full path to rvm binary or prefix it with `command `.
* To update RVM loading code run 'rvm get ... --auto-dotfiles'
* RVM will try automatically use available package manager, might require `sudo`,
read more about it in `rvm help autolibs`
# RVM: Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm
# Screencast: http://screencasts.org/episodes/how-to-use-rvm
# In case of any issues run 'rvm requirements' or read 'rvm notes'
Upgrade of RVM in /Users/temp/.rvm/ is complete.
# temp,
#
# Thank you for using RVM!
# I sincerely hope that RVM helps to make your life easier and
# more enjoyable!!!
#
# ~Wayne
RVM reloaded!
jl-mbp:~ temp$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment