[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.
0
votes
0answers
34 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
14 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. I am trying to run: source ~/.rvm/scripts/rvm in the terminal and I get a Badly placed ()'s error.
Any advice? I looked and this rvm ...
0
votes
1answer
16 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
...
-1
votes
2answers
40 views
ruby / rvm / rails installed but say command not found
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
31 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,
...
4
votes
4answers
98 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 ...
0
votes
1answer
18 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 ...
2
votes
3answers
358 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 ...
3
votes
1answer
37 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
...
9
votes
3answers
3k views
pow says: Bundler::GemNotFound: Could not find rake-0.9.2.2 in any of the sources
I have a rails app that runs fine with rails s, but when I try to load it using pow I'm getting this error:
Bundler::GemNotFound: Could not find rake-0.9.2.2 in any of the sources
...
0
votes
1answer
50 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
77 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 ...
0
votes
2answers
43 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
19 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
vote
1answer
15 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
1answer
177 views
Installing RVM in ubuntu 12.04
I have problem with ruby and decided to do a fresh installation of rvm and rails...
When i try to install rvm by curl -L https://get.rvm.io | bash -s stable ,
i get the following error
curl: (56) ...
0
votes
2answers
74 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 ...
0
votes
3answers
28 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 ...
0
votes
3answers
810 views
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed on Mac
Using Homebrew, on Mac OSX 10.7.5
$ brew install openssl
Error: openssl-1.0.1e already installed
$ rake test.rake
rake aborted!
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: ...
1
vote
4answers
3k views
How can I get rid of something running on every new terminal session?
I am using Lion. I have an error that outputs on every new terminal session:
-bash: __rvm_add_to_path: command not found
It's an almost brand new user account.. RVM is installed on the other ...
-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
0answers
23 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 ...
3
votes
2answers
663 views
Make error - Installing RVM on Snow Leopard
(First of all, sorry for my english)
I'm trying to install RVM on my Snow Leopard 10.6.8, using this:
\curl -L https://get.rvm.io | bash -s stable --ruby
And I get this error:
Installing Ruby from ...
10
votes
5answers
9k views
“RVM is not a function” error
RVM is installed on my machine (running Mac OSX 10.6.8), correctly and it runs fine. The odd thing is that to run it, I have to use source ~/.rvm/scripts/rvm for every new session. I tried making a ...
8
votes
3answers
951 views
Unicorn completely ignores USR2 signal
I'm experiencing a rather strange problem with unicorn on my production server.
Although the config file states preload_app true, sending USR2 to the master process does not generate any response, and ...
0
votes
1answer
64 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
19 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
2answers
50 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 ...
1
vote
2answers
103 views
How to get rid of RVM notice
Is there a way to get rid of the warning, when I traverse into a folder having a .rvmrc file.
====================================================================================
= NOTICE ...
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
1answer
25 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
2answers
1k views
RVM, Ruby 1.9.3, rails 3.1.3: can't start rails server due to ruby-debug
When I try to start the rails server via rails s I get this error:
/home/james/.rvm/gems/ruby-1.9.3-p0/gems/ruby-debug-base19-0.11.25/lib/ruby-debug-base.rb:1:in `require': ...
0
votes
2answers
81 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
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
27 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
26 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 ...
2
votes
2answers
308 views
rvm install 1.8.7 error
I'm trying to install ruby 1.8.7
Searching for binary rubies, this might take some time.
No binary rubies available for: ubuntu/12.04/x86_64/ruby-1.8.7-p371.
Continuing with compilation. Please read ...
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
...
-1
votes
0answers
20 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
1answer
72 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
61 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
0answers
19 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
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
256 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
1answer
34 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 ...
3
votes
1answer
101 views
Configuring issue when install a version of Ruby with RVM
RVM is installed and running. I am trying to install Ruby 2.0, but this happens with any version I try to install. This is a fresh install of rvm without ruby. I am running Debian Squeeze.
After ...
0
votes
1answer
43 views
RVM cannot install ree
When trying to install ree with rvm, I get the following error:
Error running 'env CFLAGS=-I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include ...
10
votes
4answers
3k views
RVM and automatically switching gemsets
Is it possible to have rvm know which gemset it should be using while navigating under a certain directory, much in the same way you can have git the current branch's information just by navigating ...
0
votes
1answer
34 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: ...


