0
votes
1answer
88 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 ...
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
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
0answers
88 views

Brew install not working - Configures but make install fails to execute

I have tried using both brew and rvm install to install ruby 1.9.2 Both result in the same error: ==> Installing ruby-build dependency: autoconf ==> Downloading ...
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
0answers
290 views

Installing Ruby 1.9.2 using RVM sed: command not found

I am currently attempting to install ruby v1.9.2 on my Mac running OSX mountain lion. RVM is up to date and installed correctly. My problem is that when I do rvm install 1.9.2 it is getting all the ...
0
votes
2answers
2k views

Problems installing Ruby 1.9.3 with Rvm

I am trying to install ruby 1.9.3 using this guide: http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/. When I run rvm install 1.9.3 I get this error Searching for ...
1
vote
2answers
502 views

Openssl error message on install log when installing ruby 1.9.3 on Mac OSX 10.6.8

Hi I am trying to install ruby via rvm using the following code: CC=/usr/bin/gcc-4.2 rvm install 1.9.3 --with-iconv-dir=$rvm_path/usr --with-openssh-dir=$rvm_path/usr but I am getting errors on the ...
1
vote
1answer
118 views

Installing Ruby on Rails on Mac is failing

I am trying to install Ruby on rails on my Mac for the first time. I ran the following command on my terminal windows - rvm install 2.0.0 But I keep getting this error. Error running ...
0
votes
1answer
86 views

What can I do to resolve this error when trying to install bundler?

I am trying to run this command gem install bundler but I am always getting this error: ERROR: Loading command: install (LoadError) cannot load such file -- openssl ERROR: While ...
1
vote
2answers
135 views

Gem install hangs indefinitely

Background: I'm a designer that works well with HTML, CSS, and JS. But when it comes to setting up my environment is where I fall short. I recently purchased a home computer. I want to set up ...
-1
votes
1answer
624 views

Install Ruby 1.9.3 after Ruby 2.0.0 has been installed

I installed the gcc-4.2 and got Ruby 2.0.0 installed, but in the process I deleted some older versions of ruby. Specifically, Ruby 1.9.3, now I want to go back and install that version using rvm ...
1
vote
1answer
48 views

gen update rake -bash: gen: command not found

I have installed Ruby, Rails, RVM, Git, and Homebrew on my Mac with OS X 10.7. I have also installed Jewelry box and have the following versions of Ruby installed: (1.9.1, 2.0.0). I can go to a ...
0
votes
1answer
140 views

attempting to execute any command starting “rails” yields “Could not locate Gemfile”

I am trying to install a new rails app. I've already got several rails apps on my machine, all working fine. $ rails new app Could not locate Gemfile Then I figured I'd run a trace to figure out ...
0
votes
1answer
336 views

rvm: command not found from cap deploy

Hope this question helps someone, but I'm interested in the answer anyway. I had this error when running cap deploy among the other output it gave: rvm: command not found I googled and tried ...
2
votes
3answers
667 views

Can't install Ruby 1.9.3 on Mac OSX 10.7.5

Yes, I know there's some questions posted regarding issues of installing Ruby 1.9.3 on Lion, mainly because of problems with later versions of Xcode (4.3.2 in my case). However, I've tried all there ...
0
votes
2answers
353 views

ERROR: Error running 'GEM_PATH=“ qhen running ”sudo rvm install 1.9.3-p194" [duplicate]

Possible Duplicate: Installed Ruby 1.9.3 with RVM but command line doesn’t show ruby -v I try to run this comand -> sudo rvm install 1.9.3-p194 but this errors appears and the instalation ...
0
votes
2answers
62 views

How to point Rails to the right Ruby install

I've been fighting with my Mac OS X 10.8 installed version of Ruby and tried to move to a .rvm install in order to keep everything up to date. After going through all the documentation on the RVM ...
1
vote
0answers
110 views

rvm install configuration error mac os x lion

My rvm can't install anything due to configure error: configure:3489: error: C compiler cannot create executables Looking at config.log, I see: ac_cv_build=x86_64-apple-darwin11.4.2 ...
3
votes
1answer
551 views

Problems with heroku toolbelt

I'm absolute newbie in Ruby and Rails project, so I'm sorry if this is dumb question. I've installed heroku toolbelt using wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh. Also I tried ...
0
votes
2answers
716 views

Ruby installation issue using RVM

I am having trouble installing Ruby using RVM. I had tried using readline and other suggestions online. None of the solutions worked. I use Cygwin, Bash and have RVM installed. rvm install 1.9.2 No ...
1
vote
1answer
705 views

Installing Ruby 1.9.3 on Mac OS X 10.6.8

I've been having some problems installing Ruby 1.9.3 (or any version after 1.8.7 for that matter). See below for error log: [2012-10-26 19:26:24] make CC = clang LD = ld LDSHARED = clang ...
2
votes
3answers
2k views

Cannot install ruby-1.9.2 in Mac OSX 10.8.1 due to symlink error

First, I tried the common rvm install. rvm install 1.9.2 However, the following error was shown: The provided compiler '/usr/bin/gcc' is LLVM based, it is not yet fully supported by ruby and gems, ...
2
votes
3answers
3k views

Need to install Ruby 1.9.3 on Mac OS X Mountain Lion

I had Ruby 1.9.3 running on Mac OS X Lion (I had to use RVM because normal home brew install didn't work) and then installing Mountain Lion (or its subsequent update) has caused Ruby 1.9.3 to no ...
1
vote
3answers
153 views

Failed to configure Ruby with RVM on Fedora15

I run rvm install 1.9.3 to update Ruby on my Fedora 15. But it failed and showed the message: checking for an ANSI C-conforming const... no checking for working volatile... yes configure: ...
0
votes
2answers
383 views

rvm install on rhel6

ok, so i'm coming from a python virtualenv environment, so please bear with me... i am trying to install rvm on a non-internet visible machine (ie it doesn't have direct outside access). so curl -L ...
0
votes
3answers
875 views

rvm install rails on Mac OSX 10.7.3

was hoping someone could point me in the right direction as I am unable to find a previously posted answer to my question of trying to install rails on my mac mini running Lion OSX 10.7.3. I have ruby ...
0
votes
3answers
153 views

Problems updating new ruby version

I tried to install a new ruby version with rvm on my mac. There were several problems why I choosed to reinstall everything. There are two versions of ruby. Mac interal ruby -> 1.8.* User verson -> ...
5
votes
1answer
2k views

How to install and run compass with rvm and gem?

OS: Mint Linux 11 64bit I know nothing about ruby, I just want Compass. I've installed rvm and ruby 1.9.3, and set the default ruby $ rvm list rvm rubies =* ruby-1.9.3-p125 [ x86_64 ] # => - ...
2
votes
2answers
682 views

How do I add a local custom gem with RVM or otherwise?

I have to add a custom gem which is downloaded onto my local machine. How do I get it installed with Rails? I also have RVM installed. I tried pasting it into the gems folder but it doesn't get ...
2
votes
4answers
2k views

RVM installation failed, no fix seems to work

I know other people have had issues installing RVM, but I've looked into their questions/answers and it hasn't helped. I'm using Ubuntu 11.10, and am following the quick install directions here: ...
0
votes
1answer
227 views

New Project in Rails ( 1.9.3 | 3.2.0 ) - Bunch of errors

So I've installed rvm with rails, on Lion, and pow server running alongside with MAMP. Everything works pretty okay, until I open the index page on a fresh rails new project -d mysql When I open ...
3
votes
2answers
758 views

Issues installing rvm on ubuntu 11.04 Server

I am trying to set up RVM On Ubuntu 11.04 Server. Making use of a multi user install.. The error I am currently getting is:- $ sudo bash -s stable < <(curl -s ...
2
votes
3answers
474 views

Order to install rvm, ruby, gem, rails, juggernaut

I've been doing it over and over again on my Ubuntu1104 machine and something always keeps driving me nuts, like: The program 'ruby' is currently not installed. You can install it by typing: sudo ...
1
vote
2answers
628 views

Cannot install rails gem

Somehow my rails installation hides itself successfully... I have: ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux] rvm 1.10.0-pre gem 1.8.10 and I try to install rails: sudo gem install ...
2
votes
2answers
145 views

Problems installing Ruby with RVM

I just migrated from Windows to Ubuntu, and I am trying to install Ruby 1.9.2 on Ubuntu. I first installed RVM, and it worked fine. I ran RVM install 1.9.2 and everything seemed to work fine: it ...
1
vote
3answers
1k views

Syntax error when running RVM function

First of all, I'm running bash 3.2.48 on mac osx 10.7.1 with xCode 4 installed. I've downloaded RVM like specified in the official documentation but when I do [[ -s "$HOME/.rvm/scripts/rvm" ]] ...
0
votes
2answers
78 views

getting error while installing ruby on rails at debian 5.0

i successfully installed rvm and ruby 1.9.2 at my debian lenny machine rvm -v rvm 1.8.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/] ruby -v ruby ...
1
vote
1answer
1k views

cannot create temp file for here-document, installing ruby 1.9.2 with rvm

rvm install 1.9.2 gives: [2011-08-31 00:54:45] ./configure --prefix=/home/pklingem/.rvm/rubies/ruby-1.9.2-p290 --enable-shared --disable-install-doc --with-libyaml-dir=/home/pklingem/.rvm/usr ...
0
votes
1answer
2k views

make error when installing `ruby-1.8.7-p334` with `rvm` on Snow Leopard

Some of my Ruby gems stopped working after installing Snow Leopard (OS X 10.6). I also installed Xcode (to get make) and get the following error when installing ruby-1.8.7-p334 with rvm. I was able to ...
2
votes
2answers
9k views

Running “bundle install” fails and asks me to run “bundle install”

In fact, all gem-related commands result in the same error message, when run from inside the existing rails app I cloned from a git repo. $ bundle install Could not find tzinfo-0.3.27 in any of the ...
1
vote
2answers
3k views

Unable to install ruby 1.8.7 patch level 173 with rvm

Latest attempt at resolving install issues with stdout-rouge-fix.patch (as directed), resulted in the following: [abu@Beelzebub Downloads]$ rvm install --patch stdout-rouge-fix.patch%0 ...
0
votes
2answers
630 views

Why do I get an error installing Ruby 1.8.7-p302 using RVM?

I get the following error when trying to RVM install 1.8.7-p302: shawn-taylors-macbook-pro-2:~ shawntaylorphoto$ rvm install 1.8.7-p302 ... ERROR: Error running ' ./configure ...
0
votes
1answer
126 views

RVM issues on Mac

Hi I have gone through the installation of git, curl, RVM and Rails through Michael Hartl's railstutorial screencast and it worked last night. However, this morning when I reopened my terminal and I ...
3
votes
3answers
3k views

rvm install 1.8.7-head errors on centos 5.5

I installed rvm successfully as a root on CentOS 5.5. Then I tried to to install ruby-1.8.7-head rvm install 1.8.7-head And receive such error Installing Ruby from source to: ...
3
votes
1answer
680 views

Installing Ruby offline using rvm

I need to install Ruby-1.9.2 in an offline machine using rvm. I tried by copying ruby-1.9.2-p180.tar.gz in to ./rvm/archives and running rvm install ruby-1.9.2. But still rvm is trying to download ...
0
votes
2answers
439 views

Installing Rubies in system wide RVM 1.5.2 install problem

Following this advice for installing RVM 1.5.2, I used these commands to install RVM 1.5.2 system wide (into /usr/local/rvm): curl http://rvm.beginrescueend.com/releases/rvm-install-head > ...
0
votes
2answers
254 views

Can't install Webiva using RVM

I'm trying to install Webiva (a Rails CMS) I’m using RVM to manage my Ruby versions, I currently have 1.8.7 and 1.9.2 on Ubuntu 10.04 (I'm pretty new at Linux, so don't be too hard on me =P) I've ...
2
votes
3answers
3k views

RVM install 1.9.2-head ERROR

I am using RVM to maintain ROR enviroment: But when I am trying to install ruby-head , it gives me error messages like this: shanan@shanan-ThinkPad:~$ rvm install 1.9.2-head ...
1
vote
4answers
938 views

Install Ruby Using RVM on Virtual Machine Running Debian Failed Silently

I've successfully installed a Debian guest operating system on a Vista host using VirtualBox. I'm trying to follow this tutorial(http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you) to install ...

1 2