All pastes #2108484 Raw Edit

Something

public text v1 · immutable
#2108484 ·published 2012-02-01 04:49 UTC
rendered paste body
Patricks-MacBook-Pro-3:~ patg$ bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
Downloading RVM from wayneeseguin branch master
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  807k  100  807k    0     0   248k      0  0:00:03  0:00:03 --:--:--  528k

Installing RVM to /Users/patg/.rvm/
    RVM sourcing line found in: /Users/patg/.bash_history /Users/patg/.bash_profile /etc/profile.d/rvm.sh.

# RVM:  Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.beginrescueend.com/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Screencast: http://screencasts.org/episodes/how-to-use-rvm

# In case of any issues read output of 'rvm requirements' and/or 'rvm notes'

Installation of RVM in /Users/patg/.rvm/ is almost complete:

  * To start using RVM you need to run `source /Users/patg/.bash_profile`
    in all your open shell windows, in rare cases you need to reopen all shell windows.

  * Optionally you can run `rvm tools rvm-env ruby bash` which will generate 
    shebang wrappers for easier selecting ruby in scripts.

# Patrick Galbraith,
#
#   Thank you for using RVM!
#   I sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne