[RVM](https://rvm.io) is a command line tool which allows users to easily install, manage and work with multiple Ruby environments from interpreters to sets of gems.
231
votes
6answers
51k views
How to remove rvm (ruby version manager) from my system?
How can I remove rvm (ruby version manager) from my system?
218
votes
15answers
57k views
Can't install Ruby under Lion with RVM – GCC issues
Most questions regarding this problem are due to missing Xcode; I have Xcode 4.2 installed.
Install attempt:
rvm install 1.9.3
Installing Ruby from source to: /Users/jamie/.rvm/rubies/ruby-1.9.3-p0, ...
123
votes
1answer
76k views
Howto Uninstall RVM [duplicate]
Possible Duplicate:
How to remove rvm (ruby version manager) from my system?
How can I uninstall (or reinstall) RVM on Ubuntu 9.10? I messed up my current installation.
83
votes
11answers
21k views
Curl Certificate Error when Using RVM to install Ruby 1.9.2
RVM is running into a certificate error when trying to download ruby 1.9.2. It looks like curl is having a certificate issue but I am not sure how to bypass it. NAy help would be great. Thanks so ...
82
votes
14answers
26k views
Why can't I install Rails on Lion using RVM?
I'm running into issues trying to install Rails on OS X Lion using RVM.
So far, I have done the following:
Installed Mac OS X Lion Version 10.7 (Build 11A459e).
Installed XCode 4.1 Developer ...
80
votes
23answers
35k views
how to solve “ruby installation is missing psych” error?
I used rvm to install ruby 1.9.3. even though it was successfully installed, it complained about libyaml. and now every time i wanna install a gem (say rails) this warning shows up:
It seems your ...
74
votes
5answers
29k views
cannot load such file — zlib even after using rvm pkg install zlib
I installed zlib package and ruby 1.9.3 using rvm, but whenever I try to install gems it says
cannot load such file -- zlib.
The commands I used to install are:
$ rvm install 1.9.3
.
$ rvm pkg ...
72
votes
3answers
23k views
Install autoreconf on OSX lion?
I'm attempting to re-install ruby 1.9.3 with a patch that will allow me to use ruby-debug.
When following the instructions and running
rvm reinstall 1.9.3 --patch debug --force-autoconf
It runs ...
71
votes
1answer
33k views
Installed Ruby 1.9.3 with RVM but command line doesn't show ruby -v
Here's the console output:
sergio@sergio-VirtualBox:~$ rvm list
rvm rubies
ruby-1.9.3 [ i386 ]
sergio@sergio-VirtualBox:~$ rvm use 1.9.3
Using /usr/share/ruby-rvm/gems/ruby-1.9.3
...
68
votes
5answers
19k views
RVM: Uninstalling all gems of a gemset
I have global gems and various gemsets. I want to remove all gems of a gemset. Is there a way do to this, besides uninstalling the gemset?
66
votes
9answers
34k views
rmagick gem install “Can't find Magick-config”
I get the error shown below when attempting to install the rmagick gem. I am on Snowleopard 10.6 using RVM, Ruby 1.9.2-head and Rails 3.05. Responses to similar questions recommended installing ...
62
votes
11answers
36k views
How do I change my Ruby version using RVM?
I am not able to switch the current Ruby version:
➜ ~ rvm list
rvm rubies
ruby-1.9.2-p290 [ x86_64 ]
ruby-1.9.3-p0 [ x86_64 ]
➜ ~ rvm use ruby-1.9.3-p0
RVM is not a function, selecting ...
58
votes
5answers
10k views
Is there a python equivalent of Ruby's 'rvm'?
Q: Do we have anything functionally equivalent in Python to the Ruby version manager 'rvm'?
(RVM lets you easily switch completely between different versions of the ruby interpreter and different ...
56
votes
2answers
8k views
Use rvmrc or ruby-version file to set a project gemset with RVM?
I use RVM, the Ruby Version Manager to specify a Ruby version and a set of gems for each of my Rails projects.
I have a .rvmrc file to automatically select a Ruby version and gemset whenever I cd ...
55
votes
3answers
20k views
Xcode - configure: error: no acceptable C compiler found in $PATH
rebuilding a mac from scratch. Installed xcode and rvm then trying to install rubies but they are all giving me:
Error running ' ./configure --prefix=/Users/durrantm/.rvm/rubies/ruby-1.9.3-p125
...
52
votes
5answers
14k views
Mountain Lion rvm install 1.8.7 x11 error
After update to Mountain Lion, I tried install 1.8.7, and I got error. X11 file not found, I installed Xquarkz, but nothing changed. Whats wrong?
Fail to find [tclConfig.sh, tkConfig.sh]
Use MacOS X ...
52
votes
8answers
22k views
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 solution I find online. I go to ~/.rvm/src/ruby-1.9.2-head/ext/openssl. I type : ruby extconf.rb, but I ...
51
votes
9answers
31k views
rvm installation not working: “RVM is not a function”
I just installed RVM, but can't make it work. I have such line at the end of my .profile file:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
I tried to run source .profile ...
51
votes
5answers
20k views
How do I update Ruby-interpreters with RVM?
I installed RVM with a few versions of Ruby-interpreters some time ago.
How I can to update it, because new versions are already released?
I found only one way: rvm install 1.9.2-rc1 && rvm ...
50
votes
8answers
26k views
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 error logs show that zlib can't be located
no such file to load -- zlib ...
49
votes
5answers
5k views
How do RVM and RBEnv actually work?
I am interested in how RVM and RBEnv actually work. Obviously they swap between different versions of Ruby and gemsets, but how is this achieved? I had assumed they were simply updating symlinks, but ...
48
votes
19answers
19k views
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 $gem list).
ERROR: Gem bundler is not installed, run `gem install bundler` first.
...
46
votes
1answer
11k views
RVM is not working in ZSH
I'd like to try out the ZSH shell on my Mac, but I also do a lot of Ruby and Rails development, so I use RVM quite a bit too. The problem is that I can't seem to get RVM to work in ZSH, and it's ...
43
votes
5answers
9k views
Error installing Rmagick on Mountain Lion
I have seen other people with the same issue of installing RMagick on Mountain Lion However none of the suggested solutions have allowed me to successfully install rmagick.
Here is the error message ...
42
votes
8answers
11k views
Cant install Ruby Enterprise Edition with RVM on OSX Lion
Here is what I have done so far.
Clean install of OS X Lion
Downloaded and installed latest version of Xcode from the App Store.
Installed Git
Installed Homebrew
Installed RVM
I am now trying to ...
41
votes
7answers
12k views
Problems with the rails console, RVM and readline
I've installed rvm as a way of making sure that my local development version of ruby is the same as my server's for a particular app i work on (ruby 1.8.7). I've done this, and installed ruby 1.8.7 ...
40
votes
4answers
11k views
Cannot use RVM-installed Ruby with sudo
I have succefully configured RVM to use Ruby 1.9.2 and everything is fine. However when I'm trying to run Ruby using sudo it says it cannot find RVM or Ruby:
$ ruby -v
ruby 1.9.2p0 (2010-08-18 ...
39
votes
4answers
10k views
Ruby gems, bundler and RVM confusion
I read this question on stackoverflow, before asking it again. Relationships between Rubygems, Bundler, and RVM
well, there are many questions like this, but people who answered pretty tell the way ...
35
votes
7answers
14k views
How do I upgrade my ruby 1.9.2-p0 to the latest patch level using rvm?
My current version of ruby is ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.5.0] but I want to update it to the latest patch level using rvm. How can I do this?
32
votes
6answers
13k views
Ruby, RVM, LLVM and MySQL
I'm having big trouble in configuring Ruby and MySQL on MacOSX. Just a fact, I'm new on MacOSX and Ruby On Rails.
So, first I was having problems to install mysql2 gem, after get the gem installed I ...
29
votes
2answers
13k views
Installing in Homebrew errors
Attempting to install rvm and ruby 1.9.2
I already installed homebrew and git, but couldn't get complete updates because I kept getting permission errors. Re-installed Snow Leopard and repaired ...
28
votes
7answers
15k views
rails server fails to start with mysql2 using rvm & ruby 1.9.2-p0 on OSX 10.6.5
I'm getting the following error when I start rails server:
$ rails server
/Users/ssmith/.rvm/gems/ruby-1.9.2-p0/gems/mysql2-0.2.6/lib/mysql2.rb:7:in `require': ...
27
votes
11answers
11k views
How to get Readline support in IRB using RVM on Ubuntu 11.10
I have tried everything I can think of to get this to work, to no avail so here I am requesting suggestions on how to debug.
Firstly, runnning Ubuntu 11.10
Installed rvm:
$ bash < <(curl -s ...
26
votes
9answers
5k views
Is RVM production ready?
RVM is great for developing on your local machine. But is it safe on a production machine?
26
votes
5answers
7k views
Error while installing ruby-1.8.7 on Fedora 15
Using RVM, I tried to install ree-1.8.7-2011.03 after installing Fedora 15 and I get the following error. Using rvm install ree-1.8.7-2011.03 on Ubuntu 11.04 works fine..
Same error (and solution) ...
26
votes
4answers
3k views
python: what's the difference between pythonbrew and virtualenv?
I am new to python and I am planning to learn django. I had a bit of experience with ruby (not rails) and I am familiar with RVM however I don't understand the difference between pythonbrew and ...
26
votes
2answers
4k views
Rails 3 initializes extremely slow on Ruby 1.9.2
I'm using RVM for managing environment, installed Ruby 1.9.2.p136 (i think its latest release.) and Rails 3, created gemsets and run bundler. everything working good so far
but;
Rails initalizes ...
25
votes
4answers
4k views
How do I rename a gemset?
Is there an RVM command to simply rename a gemset? I couldn't find it on the RVM site.
24
votes
9answers
26k views
Installing Rails Path on Ubuntu with RVM
I'm a linux noob running Ubuntu 10.04 and trying to install rails. I first installed ruby and then RVM and then downloaded and installed rubygems and then installed rails.
Rails only seems to respond ...
24
votes
5answers
4k views
ruby 1.9.2 strange warning when running cucumber specs
I just updated to try rails 3, using rvm with ruby 1.9.2-p0.
When I run my cucumber specs then I get following strange warnings
...
24
votes
2answers
3k views
Do you check in your rvmrc file?
Ruby Version Manager allows us to use an .rvmrc file in each project to set up which ruby version and gem set to load. Should this file be checked in to source control? Or does this presume too much ...
24
votes
6answers
17k views
Could not find rails (>= 0) amongst [] (Gem::LoadError)
After installing rvm, updating .gmrc file, updating rubygems and running gem install rails -v ">=3.1.0rc", I now seem to have a complete mess:
$ rails -v
...
24
votes
3answers
2k views
Why should I care about RVM's Gemset feature when I use Bundler?
I just don't get it. I thought, Bundler was developed to resolve version conflicts between gems. So that I just have to require "bundler/setup" and everything is fine, knowing that Bundler will load ...
21
votes
16answers
11k views
Why doesn't “RVM --default” work for me on MacOSX?
After using Ruby and Rails for quite some time now, i wanted to try RVM. Everything works fine, except for one thing:
In a freshly opened Terminal ruby points to the system's ruby, despite the fact, ...
21
votes
4answers
10k views
How do I configure capistrano to use my rvm version of Ruby
Does anybody know how I can tell capistrano to use my default rvm version of ruby for on the server I am pushing to. It insists on using the system version.
Is it even possible?
21
votes
9answers
10k views
Rails keeps telling me that it's not currently installed
I use rvm to manage different rubies and their gemsets. My shell is zsh with oh-my-zsh configured with basic settings. Enabled oh-my-zsh plugins are ruby, rails, osx, and git. Here's the command I ...
21
votes
2answers
2k views
Nothing known about… when trying ri String#upcase Ruby
I have just installed the RVM and I am reading The Well-Grounded Rubyist book. In the first chapter I am supposed to try ri String#upcase to view documentation on the upcase method, however I get a ...
20
votes
9answers
8k views
WARNING: Nokogiri was built against LibXML version 2.7.7, but has dynamically loaded 2.6.16
I can’t work out why I’m getting this error from Nokogiri when I start up Rails. From the little I know, it seems like something else is causing an older version of libxml2 to be loaded, which ...
20
votes
1answer
1k views
ZSH complains about RVM __rvm_cleanse_variables: function definition file not found
When using the latest ZSH and RVM on Mac OS X 10.7.4 ZSH complains about this:
__rvm_cleanse_variables: function definition file not found
20
votes
3answers
12k views
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 various tutorials and set-ups of other technologies like Rails, I began getting confused about what I should ...

