Why is YAML installing to my home directory instead of its proper directory?
Posted
by
Zack Shapiro
on Stack Overflow
See other posts from Stack Overflow
or by Zack Shapiro
Published on 2012-03-28T05:23:13Z
Indexed on
2012/03/28
5:30 UTC
Read the original article
Hit count: 251
I keep getting the following error when installing Ruby 1.9.3-p125:
It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby.
I've tried installing LibYAML and for some reason it's installing in my home directory on OS X Lion where the Documents, Music, Pictures, etc. folders are.
Any idea how I can get rid of this error, properly install YAML and never have to deal with this again?
© Stack Overflow or respective owner