Archive for November, 2009
Installing nokogiri with rvm on Snow Leopard
November 4th, 2009 •
tags: ruby rvm
In case you’re on Snow Leopard and experiencing weird errors when trying to install nokogiri into rvm have a look at the following. The problem is architecture related and the solution is described at the rvm FAQ. Basically, the following needs to be done:
rvm remove ree rvm --force gems delete your_gemset_name echo rvm_archflags=\"-arch x86_64\" > ~/.rvmrc rvm install ree