Top "Rvm" questions

RVM (Ruby Version Manager) is a command line tool which allows users to install, manage and work with multiple Ruby environments from interpreters to sets of gems easily in the various Unix-like systems (such as Linux and Mac OS X).

RVM Bundle Install Missing Gem Error even though gem is installed

I'm getting the following error even though I currently do have the Bundler gem installed (it appears when I run $…

rubygems rvm bundler
in `require': no such file to load -- iconv (LoadError)

➜ expertiza git:(master) ✗ ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-darwin11.1.0] ➜ expertiza git:(master) ✗ rails -v Rails 2.3.14 ➜ expertiza git:(master) ✗ …

ruby-on-rails ruby terminal rvm iconv
Error running 'requirements_osx_brew_libs_install...' on Mac 10.7

Trying to install brew on a last generation Macbook Pro and keep getting the following error: Error running 'requirements_osx_…

ruby rvm homebrew
What can I do about a Bundler::GemfileNotFound error?

I just installed bundler-1.3.3 successfully. However, when I try to run bundle install I get Bundler::GemfileNotFound What is wrong …

gem rvm bundler gemfile
"RVM is not a function" error

RVM is installed on my machine (running Mac OSX 10.6.8), correctly and it runs fine. The odd thing is that to …

ruby rvm
How do I install Bash >= 3.2.25 on Mac OS X 10.5.8?

I'm following Michael Hartl's Rails tutorial, so far I've installed Git 1.7.5.4 x86_64 (I'm running OSX 10.5.8) and I'm trying to install …

bash rvm osx-leopard
How do I install Ruby gems when using RVM?

I set up RVM and used it to install Ruby and a few other libraries. As I was going through …

ruby-on-rails ruby ruby-on-rails-3 rubygems rvm
Rails 3 - no such file to load -- openssl

when running a Rails server, I get the following error: no such file to load -- openssl I try a …

ruby-on-rails ruby ruby-on-rails-3 openssl rvm
Create .ruby-version and .ruby-gemset with rvm

Is there a way to create the associated .ruby-version and .ruby-gemset files when creating a new gemset? With older versions …

ruby-on-rails ruby rvm gemset
RVM Ruby 1.9.1 install can't locate zlib but its runtime and dev library are there

Trying to get Ruby 1.9.1 up and running with RVM on a fresh install (fedora). After doing rvm install 1.9.1, the rubygems …

ruby rubygems zlib rvm