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

learn more… | top users | synonyms

0
votes
1answer
19 views

zsh: Heroku toolbelt not found anymore

I recently switched to zsh, pretty happy about that. Except that the heroku toolbelt doesn't work anymore ... Here is what I have when I type heroku -v : ...
1
vote
0answers
27 views

Bundler::Git error on app startup (passenger 4, nginx flavor, and jruby 1.7.3 for the app under rvm)

There are many similar questions, but they are rather dated. The error is familiar, but updated now for passenger 4.0.0.2 and jruby 1.7.3. The web application cannot be started, and in the stack ...
0
votes
2answers
12 views

RVM with legacy rails app. Can I set the version of rubygems?

I have a client on a legacy version of rails (2.2.2) Their environment is running with gem version 1.3.2. When I run gem -v on the new legacy gemset I've created with ruby 1.8.7 and rails 2.2.2, it ...
2
votes
1answer
52 views

Could not install ruby 1.9.2 with RVM

Google was not very useful trying to find what is wrong. rvm install ruby-1.9.3-p392 Searching for binary rubies, this might take some time. No binary rubies available for: ...
2
votes
3answers
458 views

Error installing any ruby version with RVM on OSX

Guys I'm about to kill myself with this one! I had some problems with RVM installing multiple versions of Ruby, and following a thread on Stackoverflow I decided to remove it completely. After ...
0
votes
1answer
24 views

When trying to run source ~/.rvm/scripts/rvm I get a “Badly Placed ()'s” error

I have installed RVM on my machine running Mac OS X 10.8.3 from the tcsh shell. I am trying to run: source ~/.rvm/scripts/rvm in the terminal and I get a Badly placed ()'s error. Any advice? I ...
0
votes
1answer
21 views

Error message: -bash: /etc/profile.d/rvm.sh: No such file or directory

After installing Ruby successfully on my mac, every time I start the terminal, I get this message: Last login: Sun May 19 00:47:06 on ttys000 -bash: /etc/profile.d/rvm.sh: No such file or directory ...
-2
votes
2answers
64 views

ruby / rvm / rails installed but say command not found [closed]

I was pretty sure I had ruby and rails installed on my macbook. I tried to start a new rails app, but had an error command not found So, I found that ruby/rvm also had the same error. I reinstalled ...
0
votes
1answer
50 views

Error installing ruby packages

I used the following command to run the installation curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby I then received a error I then checked the error, and below is the log, ...
0
votes
1answer
19 views

Permission denied when installing RVM

I'm trying to install rvm. I typed: curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby And I got the below Updated: It's working now. My Xcode was not updated. But now second ...
3
votes
1answer
44 views

Cannot use locally installed gems

I am trying to run a Ruby on Rails website on a shared hosting. When I get to rake db:create (or rake at all) following this tutorial http://guides.rubyonrails.org/v2.3.8/getting_started.html I get ...
0
votes
1answer
132 views

RVM Ruby Installation failed with no checksum [closed]

I am going crazy with this problem. I've installed rvm and re-installed a million times, but it just isn't working. I have a fresh install of centOS 6.3 and when I go to install rvm, it completes, ...
2
votes
0answers
132 views

using zsh shell to install ruby-2.0.0-195 doesn't work

sorry this is my first time to post my question here. I am currently using zsh shell and I keep having trouble with installing ruby. While I run rvm install ruby-2.0.0-p195, it shows the error message ...
1
vote
1answer
21 views

Error installing Ruby with RVM: make “-j” argument

I have followed the instructions on RVM website to install it on my Ubuntu 12.04 64bit. Now when I try to install Ruby I get a building error: $ rvm install ruby-1.9.3 (...) ruby-1.9.3-p429 - ...
0
votes
3answers
31 views

How do I fix rvmrc file?

I set up rvm (and .rvmrc file) not properly, therefore whenever I go the directory of my RoR project and type rails s or any other rails command, I'll get the error of The program 'rails' can be ...
0
votes
1answer
9 views

“file too short” on bundle install

I'm getting occasional "file too short" messages when running bundle exec rake: rake aborted! /var/lib/jenkins/.rvm/gems/ruby-1.9.3-p327/bundler/gems/amatch-0f95f4ce269f/lib/amatch_ext.so: file ...
-3
votes
0answers
43 views

Installing Ruby 2.0.0 on Ubuntu with RVM [duplicate]

I am new to Ubuntu and Ruby. I am using the following steps to install Ruby. ...
0
votes
1answer
38 views

How to install RVM debian requirements without giving sudo for rvm user

I have a deployer account that does not have a sudo. Installed rvm for this account, but when it tries to install some ruby, like 1.9.3 it triggers task to install debian dependencies (Installing ...
0
votes
1answer
81 views

Installing Ruby 2.0.0p0 on Mountain Lion: Error running 'make -j8'

I'm trying to install Ruby 2.0 via RVM (rvm install 2.0.0) on my Mac with Mountain Lion. Everything seems to go smoothly until the end where it states Error running 'make -j8'. I'm using XCode 4.6.2 ...
0
votes
1answer
20 views

Unable to install rvm on mac OSX 10.6.8

I've been unsuccessfully trying to install RVM on my Snow Leopard, but everysingle way I tried ended in the same way: $ \curl -L https://get.rvm.io | bash -s stable --ruby=1.9.3 % Total % ...
0
votes
1answer
26 views

Is it possible to use a single RVM installation for the entire system?

I want to keep a single version of Ruby, Rails, and various gems on my system, for use between multiple users. I attempted to follow the instructions listed at Can I use RVM to maintain a single ...
0
votes
1answer
22 views

Why is there a hyphen before bash after installing RVM?

I've attempted to uninstall and reinstall RVM, in attempts to make a systemwide Ruby and gemset, but it didn't work out as well as I had hoped. I uninstalled RVM, but when I run a command that is not ...
0
votes
0answers
16 views

Error with Rails/RVM/Rubygems

I am having a strange issue running some legacy code that our former programmer created a few years ago. When I try to run rails server, I get this error: ...
0
votes
0answers
42 views

RVM - MacPorts won't update through proxy

I'm trying to use RVM to install ruby on my iMac. I start by typing the following: rvm list known I then target the version that I want to install (the guide I'm following recommends 1.9.2 instead ...
0
votes
0answers
28 views

After successful deployment App not running (RoR/Capistrano/Github)

In between i found another working solution to solve the issue using Windows for development and Linux for production. Solution After using the recommendations i have another issue. CAP DEPLOY works ...
0
votes
2answers
54 views

Thinking Sphinx not generating results

Generating error: undefined method `inject' for nil:NilClass Notwithstanding the discussion at: https://github.com/pat/thinking-sphinx/issues/408#issuecomment-12593562 it appears that I do have ...
0
votes
1answer
14 views

thinking-sphinx3 duplicate feedback

At some point during installation of thinking-sphinx 3 all rake commands relating to thinking-sphinx tasks return two lines of feedback. Example MacBook-Pro-di-jerdvo:saim jerdvo$ rake ts:configure ...
0
votes
1answer
28 views

Installing rvm hangs on mac os x

I've been here kind of a while: The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated Installing required packages: autoconf, automake, libtool, ...
-1
votes
0answers
25 views

Capistrano is throwing a NoMethodError

I've been using Ruby's Capistrano deployment tool for a few years and never had much problems with it at all. Now, after upgrading Ruby to 2.0, I started getting all kinds of errors making it ...
0
votes
0answers
22 views

Ubuntu 10.04 Rails Configuration: Bad Phusion Passenger Link

I am getting a 500 Internal Server Error when browsing to my Rails app's main directory. My Apache error log is giving the below information. I have researched the errors given and did not find any ...
0
votes
1answer
85 views

mac 10.8.3 - current recommendations on installing ruby

I have postgres, ruby, and rails, rvm, and homebrew installed on an iMac and a macbook. I have a new macbook pro (osx 10.8.3) to setup and want to know what is the current suggested best way to go ...
3
votes
1answer
64 views

Is VirtualEnv for Python essentially the same as RVM for Ruby

Having used VirtualEnv before, I'm wondering whether RVM is essentially the exact same action, of creating unique environments where updating dependencies won't break various projects, or if it ...
0
votes
1answer
18 views

Should I remove all installed gems now that I'm planning on using RVM

I'm setting up RoR on my machine for the first time. I've gone through a couple of tutorials, and have installed some dependencies for each of them. I haven't run into any issues yet, but having ...
0
votes
1answer
42 views

Not getting info message after converting rvm from .rvmrc to .ruby-version

I've just run rvm rvmrc to ruby-version on a couple of projects. Looked at the produced files, they match what googling says should be in them (.ruby-version & .ruby-gemset). When I cd into the ...
7
votes
4answers
830 views

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_brew_libs_install autoconf automake libtool pkg-config apple-gcc42 ...
0
votes
1answer
280 views

rvm install error running 'requirements_osx_port_install_port'

Im trying to install rvm on my machine and select a version but im getting this horrible error can anybody help? I need to install dandelion deploy but cannot due to this problem. Error running ...
0
votes
2answers
106 views

Error requiring pg under rvm with postgres.app

I'm using Postgres.app on OS X (10.8.3). I have modified my PATH so that the bin folder for the app is before all others. Rammy:~ phrogz$ which pg_config ...
0
votes
0answers
27 views

RVM, Passenger Standalone, Mac OS X, and launchd, was able to source my env before OS X 10.7.5 update

I already posted this on serverfault but perhaps that was the wrong place since there was no response.... In the past (March 2013) I was able to run this plist file and source my .bash_profile to get ...
5
votes
3answers
96 views

RVM use list[0]

Is there something like "RVM use 1" or "RVM use list[0]" instead of typing the entire version number. At any time , we see a list of may be 5 or more rubies and we can easily type a single digit ...
-1
votes
2answers
39 views

how to install two versions of the RVM

I use a very old ruby 1.8.7 which is installed only very old RVM 1.6.9, and I would like to install a new Ruby but my RVM only knows about Ruby 1.9.2 version. I would like to put a new version of the ...
-1
votes
1answer
37 views

Ruby cannot find nokogiri/nokogiri

I'm using RVM and previously RBENV on OSX. I have my gems installed relative to my project path in ./gems I am using the aws-sdk and attempting to use the s3 client results in a LoadError from ...
0
votes
2answers
25 views

RVM installation missing $PATH

When I attempted to reinstall the latest version of RVM, RVM gave me an error notice related to a missing or incorrect "$PATH" variable. Does anyone know (a) what this variable should be set to and ...
-1
votes
1answer
49 views

Can't install Ruby 2.0.0 using RVM

I'm trying to install Ruby version 2.0.0 using RVM. I'm trying to use the Rails installer (railsinstaller.org). I have downloaded the package and ran the installer and I have also restarted all ...
-1
votes
1answer
43 views

Install RVM into the current user HOME directory

Quote from site: If the install script is run as a standard, non-root user, RVM will install into the current users's home directory. Well: demas@demas:/www/sites/in_use/dev/public_html$ su ...
0
votes
1answer
35 views

Why are gems installed in my project directory?

I have rvm installed and have created .ruby-version specifying 1.9.3 and .ruby-gemset specifying my_project in my project directory. And when i run gem env gemdir it returns: ...
0
votes
1answer
16 views

SiriProxy reset config variable

Ok here is my config section: It Pulls the variable from the config.yml file in the .siriproxy folder. def initialize(config) @hs_host = config["hs_host"] @speak_response = config["speak_response"] ...
0
votes
2answers
133 views

RVM and Ruby 2.0.0 under Ubuntu 12.04

When trying to install Ruby using RVM under my Ubuntu 12.04 (with rvm install 2.0.0), I get the following: No binary rubies available for: ubuntu/12.10/i386/ruby-2.0.0-p0. And it tries to fetch ...
0
votes
1answer
64 views

How to reinstall rvm nicely on ubuntu 12.04 which has rails/passenger/nginx running?

There are a few posts about how to remove the rvm. What we want to do is to reinstall the rvm on ubuntu which already has rails passenger/nginx installed. Under the ruby 2.0.0 in .rvm subdirectory, ...
-2
votes
1answer
47 views

I can't install RVM with Ubuntu with KDE

I can't install RVM on Ubuntu 12.04 with KDE (I already have RVM on Ubuntu with GTK). RVM is already installed, but Konsole (/bin/bash --login) is failing some times, and I don’t know why. rvm ...
1
vote
1answer
98 views

Error with rails after update to 4.0.0.rc1

recently I have updated to rails 4.0.0.rc1 and I have been experiencing a few errors. I am currently using RVM as well. After creating a rails 4 app and running 'rails s' or 'rspec rails' i got the ...

1 2 3 4 5 42