2012年10月17日水曜日

CentOSにrailsをインストールする

rvmの手順に沿ってやる。
libyaml-dirを指定しないとエラーが発生。
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
\curl -L https://get.rvm.io | bash -s stable
rvm pkg install libyaml
rvm install ruby-1.9.3 --with-libyaml-dir=$rvm_path/usr

0 件のコメント: