Error Installing Ruby in Yosemite

Error installing Ruby in Yosemite

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

Error installing Ruby 2.3.0 on Yosemite via rbenv

your system has too strict security policy, so add sudo for the rbenv to give the ability to add executions. So you will like something like:

sudo rbenv install 2.3.0

Error installing Ruby 1.9.2 on Yosemite

For anyone who is trying to install ruby 1.9.2 on Yosemite, there is no fix. I installed 1.9.3 and it works great.

For more information on why 1.9.2 won't compile correctly, use the bug reports on Github below.

https://github.com/wayneeseguin/rvm/issues/3096#issuecomment-59797969
https://github.com/wayneeseguin/rvm/issues/3099#issuecomment-60187208

Error installing compass in OSX Yosemite (or Sierra)

You probably need to install the command line developer tools first.

xcode-select --install

Then try sudo gem install compass again



Related Topics



Leave a reply



Submit