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).

Ruby Not Detecting Gems

For some reason, Ruby can't seem to under stand that I installed the AppFog gem (af). When I run af, …

ruby rubygems rvm appfog
Why Bundle Install is installing gems in vendor/bundle?

Whenever I do bundle install all of the gems get installed at app_dir/vendor/bundle path and consumes loads …

ruby-on-rails ruby gem rvm bundler
How do I "activate" a different version of a particular gem?

I want to switch between rails 2.3.10 as the "active" gem for my OS, so that I can invoke it at …

ruby-on-rails ruby rubygems rvm
How to solve "/usr/bin/env: ruby_executable_hooks: No such file or directory"?

I just deploy jekyll in a vps, and config git post-receive hook on it. When I push blog update to …

ruby git rvm jekyll
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 …

python egg equivalent rvm
I am getting rvm: command not found after installation of rvm

I know the above question is very common question. I have gone through multiple posts on this topic. But I …

ruby-on-rails ruby rvm sproutcore
Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources

I'm attempting to install jekyll and I've encountered an error. I'm running Mac OS X 10.11.4 (El Capitan). $gem install jekyll …

macos rubygems rvm
How to set default Ruby version with RVM?

Ubuntu 11. I do the following: $ rvm --default use 1.9.2 and I get: Using /home/md/.rvm/gems/ruby-1.9.2-p180 so that …

ruby-on-rails ruby rvm ruby-1.9.2
cannot load such file -- openssl (LoadError)

In OS X in rvm how do I check if openssl is configured properly? I get the cannot load such …

ruby-on-rails rvm
Ruby RVM apt-get update error

I get following error when trying to install anything with RVM: Searching for binary rubies, this might take some time. …

ruby rvm