Sha256: d37650be73b634b1225ac297a47e892f14251e22102a87a65043ac1cde8eb963

Contents?: true

Size: 466 Bytes

Versions: 16

Compression:

Stored size: 466 Bytes

Contents

#!/bin/bash

curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash
source ~/.rvm/scripts/rvm

# http://stackoverflow.com/questions/11660673/install-ree-1-8-7-with-rvm-on-mountain-lion
# http://stackoverflow.com/questions/11664835/mountain-lion-rvm-install-1-8-7-x11-error/11666019#11666019
rvm install 1.8.7 \
	--with-gcc=clang \
	--without-tcl \
	--without-tk

rvm use 1.8.7 --default
rvm gemset create global
rvm use @global

exit

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/OSX/rvm.bash
veewee-0.5.0.alpha3 templates/OSX/rvm.bash
veewee-0.5.0.alpha2 templates/OSX/rvm.bash
veewee-0.5.0.alpha1 templates/OSX/rvm.bash
veewee-0.4.5.1 templates/OSX/rvm.bash
veewee-0.4.5 templates/OSX/rvm.bash
veewee-0.4.5.pre1 templates/OSX/rvm.bash
veewee-0.4.4 templates/OSX/rvm.bash
veewee-0.4.3 templates/OSX/rvm.bash
veewee-0.4.2 templates/OSX/rvm.bash
veewee-0.4.1 templates/OSX/rvm.bash
veewee-0.4.0 templates/OSX/rvm.bash
veewee-0.3.12 templates/OSX/rvm.bash
veewee-0.3.11 templates/OSX/rvm.bash
veewee-0.3.10 templates/OSX/rvm.bash
veewee-0.3.9 templates/OSX/rvm.bash