Tag Archives: rvm
Compiling Ruby with RVM on Mac OS X 10.7 Lion under XCode 4.2.1
The Problem So Apple, in all their wisdom, has shipped XCode 4.2.x with an LLVM version of GCC. Long story short this means you can’t compile ruby, via RVM or otherwise. The Solution There are two basic solutions: Use the … Continue reading
Rails with RVM Quickstart Howto
What Is RVM? RVM is the Ruby Version Manager and it lets you install many different versions of Ruby all at the same time, and select which one you want to use. It also lets you install different ruby gems … Continue reading
Ubuntu 10.10 Server In A Box – One Click Quick Install
For The Impatient Just run this command, however, I would highly recommend you read this full blog post before you do so. bash < <( curl https://github.com/rocksolidwebdesign/Ubuntu-Server-In-A-Box/raw/master/download-install ) && cd Ubuntu-Server-In-A-Box/maverick_cloud && fab setup Remember from like 3rd grade when … Continue reading
