Installing libyaml for ruby on a mac osX (Lion)

前端 未结 4 1473
野的像风
野的像风 2021-01-01 03:40

I am getting this error message:

\"It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and          


        
4条回答
  •  耶瑟儿~
    2021-01-01 04:14

    This worked for me:

    • rvm remove 1.9.3
    • download http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
    • cp Downloads/yaml-0.1.4.tar.gz .rvm/archives/
    • rvm install 1.9.3

提交回复
热议问题