Installing libyaml for ruby on a mac osX (Lion)

前端 未结 4 1472
野的像风
野的像风 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:23

    Installing ruby with rvm for mac osx, use autolibs to install libyaml and first uninstalling libyaml helps.

    This worked for me:

    brew uninstall libyaml
    rvm autolibs enable
    rvm reinstall ruby-2.1.1
    

提交回复
热议问题