[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

1
vote
0answers
7 views

how to undo rvm set stable? [migrated]

I installed a rvm 2.0.0 and everything was ok Then I made by mistake rvm get head Then to correct that I added rvm get stable But now when I try to rvm install 2.0.0-study (same error on rvm install ...
0
votes
1answer
33 views

rake aborted! undefined method `sorcery' || rvm rails db:seed error

rake aborted! undefined method `sorcery' for #<Rails::Application::Configuration:0x93a9554> really don't know what is wrong here. I installed https://github.com/NoamB/sorcery as per the ...
1
vote
1answer
60 views

Permission Denied in rvm update and rvm remove

There is rvm 1.19.6 installed on ubuntu 12.04 with ruby 2.0.0. Just receive permission denied when doing rvm get stable. Here is the error: $rvm get stable ...
2
votes
1answer
50 views

Call ruby script from another user not using rvm

When I need to run a script from my linux user "user1", I do the following commands (right after login with "user1"): rvm use 1.9.3 cd /var/proj ruby main.rb When developing this script, I have ...
0
votes
2answers
105 views

Ruby and RVM cannot install ruby-1.9.3-p392

I check what versions of ruby I have with the right command. Vincents-MacBook-Pro:~ vincentwarmerdam$ rvm list known # MRI Rubies [ruby-]1.8.6[-p420] [ruby-]1.8.7[-p371] [ruby-]1.9.1[-p431] ...
0
votes
2answers
83 views

Best install flow for a new rvm/ruby/pg/rails setup

I've reformatted my Mac Mountain Lion machine due to lots errors in rails development, broken links, outdated versions, etc, etc. I'm trying to install RVM, Ruby, Postgresl and Rails. I've installed ...
3
votes
1answer
28 views

Is there a way to restore rvm installation if i have the .rvm folder backup?

I recently re-installed my operating system and before that i made a backup of my ~/.rvm folder that contains all my gems, ruby installations and configurations. Doing all those steps from scratch is ...
2
votes
1answer
56 views

Rvm current and ruby-v not matching, $PATH errors?

I'm working on an RoR app, and I do not have sudo access to the server (CloudLinux Server release 6.3). The server uses cPanel 11.36 which does not support Rails 3.x, so the admin used Passenger to ...
0
votes
1answer
26 views

rvm, associate a gemset to a project

Is it possible to associate a project (that is the root directory of a ruby project) with a certain gemset? I thought that rvm gemset use mytestgemset would do that, but it is temporary and ...
1
vote
1answer
48 views

No rubies installed with rvm

I have installed rvm on a 10.8.3 OSX system, and although it appears to have installed correctly there are no rubies installed. I run rvm install and nothing seems to happen. $ rvm install ...
6
votes
1answer
307 views

Homebrew updated zlib and broke everything

So a brew update updated zlib from 1.2.7 to 1.2.8. Yay. Later I noticed there was an issue running bundle. I was getting a LoadError for zlib. Error loading RubyGems plugin ...
0
votes
1answer
29 views

Bundler halts on json install, even though there's no json in Gemfile

Project bundle is stopping with error on json installation. But I'm not asking for json in Gemfile. Current Ruby in RVM is 1.9.2-p290, strict. Have no idea to workaround this. Any helps, maybe? ...
2
votes
1answer
33 views

Make rvm switch to system ruby on osx

I have a project that needs to use the system installed version of Ruby on OSX (1.8.7). My default rvm ruby is set to 2.0.0p0 and I want to keep it that way. Using RVM 1.19.6 (latest?) From ...
0
votes
1answer
30 views

Rails 3 - cannot install rubber gem on Lion OS X

When I run gem install rubber I get Fetching: highline-1.6.18.gem (100%) Fetching: net-sftp-2.1.1.gem (100%) Fetching: net-ssh-gateway-1.2.0.gem (100%) Fetching: capistrano-2.15.4.gem (100%) ...
0
votes
2answers
38 views

Change version of rails

I accidentally changed my rails version to 4.0.0. I've tried gem uninstall rails --version=4.0.0.rc1 and install version 3.2.13 but when rails -v it's still version 4.0.0. I then tried gem uninstall ...
0
votes
0answers
40 views

need to downgrade gcc version for installing rvm successfully

I was trying to install rvm using the below command \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby I got an error saying I have out dated version xcode which is 3.2 or some I ...
2
votes
3answers
78 views

Ruby 1.9.3 JSON Parsing

I'm encountering a weird problem when parsing JSON with Ruby 1.9.3-p392 under RVM on CentOS 6.4. Instead of decoding embedded objects into their appropriate Ruby classes, it's just loading the object ...
0
votes
0answers
49 views

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

I recently update my default ruby version, by using $ rvm --default use x.x.x After doing so, and restarting my terminal I got the following error -bash: /etc/profile.d/rvm.sh: No such file or ...
-2
votes
0answers
41 views

Trouble updating Ruby on OSX using RVM [closed]

I want to update my Ruby version to the latest version but I can't make it happen....this is what I get: Installing requirements for osx, might require sudo password. Already up-to-date. Updating ...
0
votes
1answer
40 views

Bad Interpreter: ruby_bundler_wrapper

I just did a fresh rvm implode and thought that I might screw up less by installing everything with a clean slate from JewelryBox. I also updated xcode to latest version (4.6.2). Here is the ...
0
votes
0answers
11 views

Unable to install rvm-rbx in ubuntu 11.10 [migrated]

When i run the "rvm install rbx-head" in my ubuntu 11.10.There seems to be some error in the installation errors as follows: W: Failed to fetch ...
0
votes
2answers
69 views

Can't use rails server on OS X

I installed ruby 1.9.3-p392 via RVM on OS X Mountail Lion v10.8.3. I used $ rails new tryrails to set up a rails project in the directory 'rails_projects' called 'tryrails'. However, when I try to use ...
0
votes
1answer
45 views

Vagrant cannot install RVM on Windows

I am having an issue installing RVM on an Ubuntu VM using vagrant via Windows. RVM says that I need to change my terminal emulator to allow login shell, and I have no idea how to do this. Here is a ...
-1
votes
1answer
94 views

CentOS installing rvm error

i was installing rvm on centos than i got this error. Anyone knows how to solve this ? --> Processing Dependency: libcrypto.so.6()(64bit) for package: git-1.7.11.3-1.el5.rf.x86_64 --> ...
4
votes
4answers
103 views

Is there any Java version manager?

I used to have multiple JDK installed on my Linux machine, and I like to switch from one version to another from the command-line ( I used to change my JAVA_HOME manually): This is my current ...
1
vote
0answers
48 views

Error installing caldecott on Ubuntu

In Ubuntu 12.10 when I run the following command gem install caldecott I get the following error message Building native extensions. This could take a while... ERROR: Error installing ...
0
votes
1answer
42 views

Using tmux loses all my bash aliases, how can I get them to stay?

My .bashrc does if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi which includes runs my .bash_aliases and gives me a ton of aliases that I've defined. However if I try and use TMUX ...
0
votes
1answer
25 views

bundle install against an older version of ruby for one gem

I can install the linecache (0.46) gem against ruby v 1.8.x, but not 2.0.0. When I run bundle install, I want to specify that I want to install all gems against 2.0.0 except linecache, which I want to ...
0
votes
1answer
28 views

ruby bundle install prefix

I am trying to install a bundle and specifying the path to my rvm: bundle install --path /home/abc/.rvm/gems/ruby-1.9.3-p392@mygemset/ However the package when installing always add a prefix to it, ...
0
votes
2answers
32 views

Error on configuring Ruby Installation

I've been digging through StackOverflow for an answer, but after three days of failure I gave up installing Ruby. Currently I have installed: Ruby (stock) RVM The Ruby installer from ...
0
votes
1answer
41 views

No .rvm directory after installing rvm

I don't have a ~/.rvm file even after I upgrade my version of RVM using: bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) This command ...
0
votes
1answer
110 views

Error installing linecache19

I've been trying to run bundle install. What follows is a series of commands I entered and the relevant snippets of the error messages. bundle update An error occurred while installing linecache ...
0
votes
2answers
47 views

rvm install 1.9.X on lion hangs after extracting ruby source

Cleaning up, did rvm implode, installed fresh rvm with --ruby so I have 2.0.0 installed. When trying rvm install ruby-1.9.3 --autolibs=4, the installation hangs right after the message that the src ...
0
votes
1answer
30 views

mysql gem broken in debian testing?

I've been trying all night, and so far have been unable to compile the mysql gem for ruby on my Debian Testing 64Bit system. I believe it is because I have the openssl v1.0.0 library installed. Here ...
0
votes
1answer
36 views

Commands in the “system” block works in console but NOT inside application

It has been 12 hours since I've been trying to solve this problem... Here it is: Inside my controller, I have a method like this: def restart_workers system("cd /var/www/sts/current ...
1
vote
0answers
79 views

Error while trying to gem install json under Ubuntu 12.04

Catching this error under Ubuntu 12.04: Building native extensions. This could take a while... ERROR: Error installing json: ERROR: Failed to build gem native extension. ...
0
votes
2answers
43 views

Switching ruby version to run a command on server

I have a Ruby application (non-Rails) which I deploy with capistrano. I can ssh into my server, cd into the /current directory and start it with the command ruby tweet_tracker.rb start However, if ...
1
vote
0answers
22 views

Exiting an SSH session with an EC2 instance wrecks local RVM

I use RVM for Ruby on a Mac running OSX 10.8.2. I'm currently using Ruby version 2.0.0. I've recently begun tinkering with EC2. An unfortunate pattern has emerged. After I exit an SSH session with my ...
1
vote
1answer
126 views

RVM Error running 'requirements_smf_libs_install automake libtool',

I'm trying to add an installation of ruby-1.9.3-p392, and during the install when installing the required packages automake, libtool, I get the following: Error running 'requirements_smf_libs_install ...
0
votes
1answer
51 views

How to convert Java Map to json in jruby

I have a Java HashMap that I have in JRuby, I am trying to convert it to JSON, but its not converting correctly, I think this example shows the problem: $ irb ...
1
vote
1answer
116 views

How to install a gem into rvm with puppet on a vagrant box?

I've setup a simple Vagrant box with puppet provisioner. With puppet I've installed rvm: exec { 'install_rvm': command => "${as_vagrant} 'curl -L https://get.rvm.io | bash -s stable'", ...
0
votes
2answers
54 views

Installation error with RVM stable version

I want to install RVM along with Ruby 1.9.3 and Rails 3.2.9. I have tried to install rvm using the following command, \curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled # ...
1
vote
0answers
65 views

RVM says it can't open openssl.cnf

I'm setting up my new MacBook (10.8.3) with rvm, and I consistently get this: WARNING: can't open config file: /Users/dan/.rvm/etc/openssl/openssl.cnf I looked in that directory, and do not see ...
1
vote
2answers
59 views

Linux Install RVM without using CURL

My current environment (including a corporate proxy) is not allowing me to install RVM with CURL or WGET for something reason. Is there another way to install RVM from source without these utilities? ...
0
votes
0answers
60 views

Error: No available formula for libgpg-error

Trying to get ruby 2 via RVM but I'm stuck at rvm requirements. My brew doctor is clean except for this: Warning: Your compilers are different from the standard versions for your Xcode. If you have ...
0
votes
1answer
90 views

Configuring multiple Rails projects with nginx, rvm, and passenger?

I'm using nginx, rvm and passenger to run a web server for a Rails project (i.e., project1). This project has a specific gemset defined for it. I now need to run a second project (i.e., project2) ...
0
votes
0answers
13 views

My Ubuntu system ruby upgrade borked rvm, how do I fix this?

I upgraded my system Ruby to Ruby 1.9.1 and inadvertently killed my rvm. My old system was 1.8. Now when I try to run programs that pull from the gems I have in ~/.rvm/gems/ruby-1.9.3-p194/gems, I ...
0
votes
2answers
301 views

How can I remove Ruby on Rails 4 beta?

I'm new to Ruby and Rails and I installed the latest beta version of Rails 4 on my Mac, before I installed RVM to manage my versions. The Rails 4 beta is becoming a huge pain in the ass because it's ...
0
votes
3answers
986 views

Installing Ruby on Rails - RVM - Mac OSX Mountain Lion

So I'm trying to install Rails 1.9.3 on my Mac running Mountain Lion. I have xCode installed and up to date. I've installed RVM and now am trying to install Rails using rvm install 1.9.3 When I run ...
0
votes
2answers
44 views

RVM Ruby with TK installation (OSX)

I'm trying to install Ruby with TK support. Using RVM, I did this: rvm install 1.9.2 -C --enable-shared --enable-pthread The installation appears to work fine, and I can see something called ...

1 2 3 4 5 42