2012年9月20日木曜日

MacにRVMをインストール


MacにRubyのバージョン管理プログラムであるRVMをインストールする.


実行環境






  • Mac OS X 10.7.4


  • GNU bash, version 3.2.48







RVMのインストール







$   bash < <(curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)




次にエディタで ~/.bash_profile を開き,文末に以下を追加する.
(私の場合は上記コマンドの実行により,既に追加されていた.)



[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*




.bash_profile 編集後



$ source ~/.bash_profile




を実行.
これで,RVMのインストールは完了する.
試しにRuby1.9.3をインストールしてみる.



$ rvm install 1.9.3
$ rvm list

rvm rubies

=* ruby-1.9.3-p194 [ x86_64 ]

# => - current
# =* - current && default
# * - default












--
My Emacs Files At GitHub

0 件のコメント:

コメントを投稿