Reputation: 643
I am extremely frustrated with ruby on Mac OS X. I have tried RVM and regular installations of ruby, and nothing seems to get it to work well. With RVM, rails throws errors at me, and with a regular installation of ruby 1.9.2-p180, somehow my computer reverts back to ruby 1.8.7 over time. Can someone please help? A detailed instruction on how to just reset my ruby installation from a clean slate would be very helpful.
Thanks so much in advance!
Upvotes: 0
Views: 369
Reputation: 21784
rvm --default use 1.9.2
This has been covered multiple times here. A simple search will find many questions.
See: Installing RVM (Ruby Version Manager)
and
Upvotes: 0
Reputation: 63892
I'm using macports for all my needs:
everything will install into /opt - so does not interfere with your standard system binaries.
Note, than everything will compile - and take a long time.
Upvotes: 1