Error installing Ruby in Yosemite

梦想的初衷 提交于 2019-12-03 13:37:51

Thanks @JanStrnádek for the answer. I solved all the dependencies from left to right and installed gcc using the below command and tried installing ruby again. It worked.

brew install homebrew/versions/gcc48
sachiketi

Always try to use the latest version whenever possible, or else check the correct versions of each component which is compatible with the version of the component you are installing.

If you follow this guide it will be much easier.

I am completely new to ruby, but it worked fine for me by using this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!