advanced / shell-utils

some shell scripts to make my life easier
1 stars 0 forks source link

why not use RVM? #1

Open westonplatter opened 12 years ago

westonplatter commented 12 years ago

Rather than wget and compile the ruby manunally, why not just use RVM to install your Ruby version? https://rvm.io

advanced commented 12 years ago

this script is intended to bootstrap a ruby box from sratch without relying on tools such as chef or puppet. rvm or rbenv are both excellent options but I prefer not using them on production since I only need to install 1 ruby version.

westonplatter commented 12 years ago

i see what you mean.