본문 바로가기

옛글/맥북 이야기

Mac에 Ruby(RVM)쉽게 설치하기

반응형

Installing RVM

Please do not attempt an install until you have read all sub-sections under the RVM Section. This contains important information that affects your installation, and subsequent use.

Quick Install

Install RVM:

$ curl -L get.rvm.io | bash -s stable
Load RVM:
$ source ~/.rvm/scripts/rvm
Find the requirements (follow the instructions):
$ rvm requirements
Install ruby:
$ rvm install 1.9.3
Or guided mode with ruby & rails
$ curl -L get.rvm.io | bash -s stable --rails
Or guided mode with rubinius & rails & puma
$ curl -L get.rvm.io | bash -s stable --ruby=rbx --gems=rails,puma









반응형