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