[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.
-1
votes
2answers
41 views
RVM Command Not Working After Gem Install
I installed RVM with sudo rvm install and now I'm trying to call rvm use 1.9.3 before I start a Rails project but I'm getting this error from the command line: -bash: rvm: command not found
Anybody ...
0
votes
2answers
71 views
iconv rvm install error
When I try and install iconv by running: rvm pkg install iconv, it fails with this error:
Error running 'autoreconf -is --force',
please read /usr/local/rvm/log/libiconv/autoreconf.log
Configuring ...
1
vote
2answers
25 views
How to clear all the ruby and rvm installations that i have installed so far
I am very new to ruby i have installed ruby on my machine and currently the ruby version showing is 1.9.3. But when i try to install new project on rails it shows ruby 1.9.1 load error even if i have ...
0
votes
0answers
396 views
Error While running rvm requirements command
What should i do if i get like this ???
thanks in advance. kindly reply soon
Reading package lists...
Installing required packages: git-core......
Installing required packages: libreadline6-dev, ...
-1
votes
1answer
93 views
RVM not recognizing gemset?
After creating the gemset, cd out of and back into the folder throws the error that the gemset does not exist.
Here is my shell session
dewet-mac:~ dewet$ cd ruby/routerscript/
Gemset 'routerscript' ...
0
votes
0answers
42 views
RVM - cannot install thrift on Amazon Linux checking strlcpy() in string.h
I'm using:
Amazon Linux - 2012.09
RVM v1.19.1
Ruby ruby-1.9.3-p362 (via RVM)
System ruby 1.8.7
Thrift v0.7.0 (I know there is a newer version that removes the C dependancy, however, I have a ...
0
votes
2answers
108 views
rvm system install, bins not properly symlinked
I'm on ubuntu 12.04 and installed rvm system wide with:
$ \curl -L https://get.rvm.io | sudo bash -s stable
So far I've always performed single user installs and to he honest I'm quite confused by ...
0
votes
0answers
116 views
cannot find OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER
I have jruby 1.9 installed on a system and the OpenSSL::SSL::VERIFY_NONE works fine on it.
I am trying to use the same code on a mac using rvm - ruby1.9.3 , ruby 1.8.7 and seems like its not working ...
0
votes
1answer
63 views
downloaded ruby on rails but it wont run commands
I downloaded ruby on rails on ubuntu 12.10 through this tutorial http://technical-feeds.blogspot.ca/2013/02/how-to-install-ubuntu-and-ruby-on-rails.html.
I did everything and it worked fine.
I ...
2
votes
2answers
737 views
Issues installing ruby on osx 10.8
Guys i am try to install ruby on mac using guides from this site http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/
but when i issues following commands on mac terminal:
...
0
votes
1answer
273 views
Trying to remove yum wick is protected in Centos
Well, I'm trying to execute the following commando.
yum remove libffi-3.0.9-1.el5.rf.i386
Because I need that file (?) because is giving me problems when installing ruby with rvm, as libffi-devel ...
0
votes
0answers
104 views
How do I use rvm to install ruby on a dreamhost shared server?
I've been following the guide here:
http://spontaneousderivation.com/2012/09/30/rails-3-2-on-a-shared-dreamhost-server/
to get rails 3.2 and ruby 1.9.3 running on a dreamhost shared server but I ...
0
votes
1answer
97 views
rdiscount “ERROR: Failed to build gem native extension.”
This is interesting. I had rdiscount working within one rvm gemset, but when I tried to add it to another, I would get ERROR: Failed to build gem native extension. So I tried removing it from the ...
0
votes
1answer
54 views
ruby on rails PIK gemset like RVM gemset?
I've worked with RVM where I can get gemset's and stuff, but there's no way of getting it with PIK? any idea? I tried looking for a solution but couldn't find one. Hopefully someone has any clue on ...
0
votes
2answers
30 views
rvm - can I make a version of ruby installed via rvm the system default (I thought it would be)?
I always have a hard time with rvm so sorry if this has been answered - I have to work with rvm infrequently so some of the ideas don't fully set in.
On my server (a fresh droplet at Digital Ocean) i ...
0
votes
2answers
149 views
Error to install Ruby 1.9.3 in RVM - Make error
I have an error to compile Ruby 1.9.3 with RVM in my OSX. I already searched a lot of solutions but is not the common error. I think its a permission error, but I don't know how to solve.
See my ...
-1
votes
2answers
58 views
Why so many folder in .rvm/gems folder?
I am still trying to understand how rvm works and have few questions. I will really appreciate if someone can help me understanding it better
1 - I did gem env and got this
GEM PATHS:
...
0
votes
1answer
41 views
How to uninstall a gem from a production deployment with capistrano
I am deploying a rails app to production so gems go in shared/bundle. The mysql2 gem seems to have an issue in Ubuntu12.04 so I'd like to remove it and reinstall but how would I do this? I can't just ...
2
votes
1answer
64 views
Upgrade to ruby 1.9.3 with rvm or brightbox gems
I currently use rvm on my dev box (osx) but I use the system ruby on my server (1.8.7 on Ubuntu 10.04)
I want to upgrade the server to 1.9.3 and have been researching the best way to do it.
The ...
-1
votes
1answer
979 views
Gem is installed but it is not found by bundle show
I'm having trouble getting the pg gem working with my rails app.
When I do a sudo bundle install I get:
Using rake (10.0.4)
Using i18n (0.6.4)
Using multi_json (1.7.2)
Using activesupport (3.2.8)
...
1
vote
2answers
78 views
How to make xcode use the correct version of ruby when running a script?
In xcode I have a 'run script' build phase that runs a ruby script. However, it seems that xcode is trying to run it using the default mac 1.8 version of ruby rather than the latest version. Given ...
0
votes
1answer
25 views
trying to update rvm to get more recent ruby versions but not seeming to update
I am having a problem updating rvm.
Based upon Update RVM list known, I do:
Tue Apr 02$ rvm -v
rvm 1.8.1 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
Tue Apr 02$ ...
1
vote
2answers
50 views
How start multiple rails app servers with a ruby script
I'm writing a ruby script to start more than one rails server, but I'm running into a few problems:
When I programmatically cd into different projects, their respective .rvmrc files aren't ...
4
votes
2answers
463 views
RVM version [1.19.1] requires a change to .rvmrc file
The message :
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers,
you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version'
or ...
1
vote
1answer
138 views
How do I force Openssl to update?
I have been trying to use this command to install the railsapp with stripe/devise, etc using this command:
rails new clients -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb -T
...
1
vote
1answer
75 views
Homebrew says Download failed when trying to install libksba
In rvm requirements, I have libksba. So I try to install it with homebrew:
➜ ~ brew install libksba
==> Downloading ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.3.0.tar.bz2
curl: (56) Recv ...
0
votes
2answers
36 views
correct way of handling rvm, bundle, git, and branches
So I am working on a RoR project.
I needed to fork the repo and am working on fixing issues on my own fork, issuing pull requests for the non-trivial changes. The main repo owner requests to create ...
0
votes
1answer
72 views
Passenger using Ruby system version instead of Ruby from RVM
I'm using RVM (1.19), Passenger (3.0.19), Apache on a Debian environment.
I tried update the ruby version from 1.8.7 to 1.9.3 using RVM. The following steps were executed:
rvm install 1.9.3
rvm ...
2
votes
1answer
251 views
Error install rvm 1.9.3
Trying to solve this error....
$ rvm install 1.9.3
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with ...
0
votes
3answers
53 views
Ruby version conflict using rvm
I have some conflicts of ruby version.
When I run ruby -v in my terminal (in osx), I get the 1.8.7 version. I tried to upgrade ruby version, installing rvm, with this command curl -L ...
0
votes
1answer
538 views
can't install RVM on linux mint 14 [closed]
I'm trying to install Ruby Version Manager (RVM) to continue the Ruby on Rails Tutorial on linux mint 14 cinnamon. I followed instructions on RVM homepage and some external tutorials.
but the ...
0
votes
0answers
48 views
Linux. How install linguistics for Ruby?
I try install linguistics
sudo gem install linguistics
but have error
ERROR: Error installing linguistics:
linguistics requires Ruby version >= 1.9.3.
My Ruby version is ruby 1.9.3p392 ...
0
votes
2answers
43 views
Couldn't install RVM and Ruby on Mountain Lion
I tried all of the solution at StackOverflow and none of them worked for me. I tried with following command:
rvm get head; rvm install 1.9.3 --debug
and the output can be found here: ...
0
votes
1answer
409 views
Error when reinstalling Ruby with RVM
I'm attempting to reinstall ruby, but am getting an error. I've included the error and log below.
The error:
rvm install ruby-1.9.3-p362
Searching for binary rubies, this might take some time.
No ...
1
vote
1answer
63 views
Rake gets aborted with error: no such file to load — openssl
I keep getting openssl issues on my Mac. I am completely perplexed by the error messages when I try to issue rails tasks. What might be the issue?
I definitely have openssl on my machine because when ...
37
votes
1answer
5k 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 ...
1
vote
4answers
283 views
Error installing rvm (Ruby version Manager)
I was trying to install Ruby Version Manager for installing Ruby on Rails.
I am following this link. : ...
0
votes
1answer
133 views
Bundle Install Fails
I am getting an error while running bundle install in my rails project.
sahil@debian:~/workspace/blog$ bundle install
/usr/bin/env: ruby: No such file or directory
Ruby
...
1
vote
1answer
589 views
Installing Ruby 2.0.0 on Mac 10.7.5 “requirements_port_libs_install”
I originally installed ruby 1.9.3 with an installer from here: http://railsinstaller.org/
Now I want to install Ruby 2.0 and Rails 4
so I used rvm witch that installer had already installed
rvm ...
1
vote
2answers
570 views
RVM problems installing ruby 2
I did rvm get stable
Then I tried to install ruby 2.0.0
$ **rvm install 2.0.0**
Searching for binary rubies, this might take some time.
No binary rubies available for: ...
0
votes
0answers
80 views
Installing ruby 1.9.2 with RVM on Mountain Lion
I am trying to install ruby 1.9.2 using RVM and I cannot seem to get it to work. I have installed homebrew, GCC 4.2, X-Code command line tools, and I've made sure I have all the rvm requirements and ...
0
votes
1answer
92 views
“bad ecpoint” SSL error on fresh RVM Ruby 1.9.3 install on OSX Mountain Lion
Trying to use Ruby 1.9.3 & rest-client to make https requests like:
RestClient.get('https://google.com')
always gives me a SSL error,
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 ...
5
votes
3answers
1k views
error when run rvm requirements
I followed
this tutorial
to install rvm on ubuntu 12.04
when run rvm requirements, I got the following message
Installing requirements for ubuntu, might require sudo password.
Running 'apt-get ...
0
votes
1answer
24 views
rvm env mistake leads to continuous “Unrecognized command line flag” error message
Earlier today, when trying to fix an issue, I ran this command.
rvm env --path--
Which apparently set my env variable to path.
Pretty much every single rvm command now prints out
Unrecognized ...
0
votes
3answers
418 views
Ruby 2.0 cannot extract source on OS X
I am trying to install Ruby 2.0 on my Mac OS X 10.8 using the following steps
http://www.interworks.com/blogs/ckaukis/2013/03/05/installing-ruby-200-rvm-and-homebrew-mac-os-x-108-mountain-lion
All ...
0
votes
1answer
50 views
newest rvm won't display requirements
So I'm not sure if I'm missing something, but is there a particular setting for autolibs to have
rvm requirements
display the requirements instead of checking if they are installed? Or am I missing ...
1
vote
2answers
117 views
Install Ruby via RVM without confirmation prompt
I use Puppet to install Ruby via RVM and was working fine until very recently (last few days or so).
I think its due to rvm wanting me to "press any key to continue". Is there anyway to force "yes" ...
-1
votes
1answer
74 views
rvm init.d script [closed]
I currentyl have ruby 1.8.7 setup with rvm. Currently everything is working with rvmsudo, however I need an init.d script that can run the following:
rvmsudo /var/rails/sandbox/script/server -p 8080 ...
0
votes
1answer
28 views
After uninstalling rvm I get the following when opening a new Terminal session
After uninstalling rvm I get the following when opening a new Terminal session:
Last login: Tue Mar 26 22:39:30 on ttys000
-bash: /etc/profile.d/sm.sh: No such file or directory
-bash: ...
-1
votes
1answer
40 views
Invalid Operation Error when rvmsudo apt-get on ubuntu 12.04.1
We are using rvm 1.19.0 to install libcurl4-openssl-dev (for passenger and nginx for rails). However there was an error. Then we run the following as suggested:
$export rvmsudo_secure_path=1
Now ...


