Tagged Questions
0
votes
2answers
38 views
Deploying with RVM on Linode Ubuntu 10.4 Does not install RVM
I'm trying to deploy with Capistrano and RVM and even though when running cap bundler:install_bundler which is supposed to install bundler, and succeeds. After, when running cap deploy it fails with ...
0
votes
1answer
16 views
ruby and rails return to earlier versions when I close and reopen terminal
I'm trying to upgrade Ruby from 1.8.7 to the latest version and Rails from 2.3.14 to the latest version. I ran:
\curl -L https://get.rvm.io | bash -s stable --ruby --autolibs=enable --auto-dotfiles
...
0
votes
0answers
31 views
how do I run jruby in jenkins on ubuntu
I'm having an issue with executing a bash script from within jenkins. I have the shell command checked and my inputs are as follows:
rvm use jruby-1.7.4
export JRUBY_OPTS=--1.8
jruby -S cucumber
...
0
votes
0answers
28 views
jenkins rvm plugin issues
I have a Jenkins job setup on ubuntu. I tried using rvm use in the bash shell but it says i needed to envoke /bin/bash --login in order to use the shell script. So i tried adding that to the top of ...
-1
votes
1answer
37 views
Rails doesn't seem to have been added to Ubuntu path
I am a newbie with Ubuntu (12:04) and I'm trying to install rails on it. I did use rvm and I used the command gem install rails. Everything seemed to go well. But when i try to use the rails command ...
0
votes
0answers
73 views
Ruby Install through RVM fails with dependecies error
I am trying to install ruby on my machine using rvm. I have installed rvm. When i use
$ rvm requirements
it gives the following error.
tahir@tahir:~$ rvm requirements
Installing requirements ...
1
vote
1answer
43 views
Vim doesn't work after rvm ruby update
I'm using rvm on ubunut 13.04. Today I updated ruby with latest 1.9.3 version.
Now, when I try to start vim I get:
vim: error while loading shared libraries: libruby.so.1.9: cannot open shared object ...
0
votes
2answers
124 views
/usr/local/rvm/bin/rvm-shell: No such file or directory
I have the problem. I've installed rvm but when I try to cap deploy:setup I have:
bash: /usr/local/rvm/bin/rvm-shell: No such file or directory
command finished in 244ms
failed: ...
0
votes
2answers
308 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
98 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, ...
-1
votes
1answer
79 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
97 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
...
1
vote
0answers
67 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 ...
1
vote
2answers
99 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
15 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 ...
-1
votes
1answer
50 views
RVM git has no installation candidate [closed]
I'm currently trying to install ruby via rvm on Ubuntu 10.04 with Plesk 11.
My rvm version is 1.19.3..
Unfortunately, rvm fails while installing the requirements, namely git.
The log says there is no ...
0
votes
0answers
47 views
Install RVM part of a “UserData” script for an EC2 instance
I've Base64 Encoded this Userdata script to be ran on initialization of a EC2 instance, but for some reason, it doesn't install RVM. I think it's do to a user issue, but i'm not sure.
I'm using the ...
0
votes
2answers
128 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 ...
0
votes
2answers
139 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
1answer
64 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
1answer
71 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 ...
5
votes
3answers
2k 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 ...
-1
votes
1answer
108 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 ...
-1
votes
1answer
48 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 ...
1
vote
2answers
198 views
Trouble installing fast_xor Gem on Ubuntu for Discourse
I'm very new to terms like ruby, rvm, gems; but I'm trying to get Discourse installed on an Ubuntu 12.10 server. I have all gems installed using bundle install, save for one, fast_xor:
Installing ...
0
votes
1answer
353 views
/usr/bin/env: ruby1.8: No such file or directory
I have installed ruby 1.9.3
and now when I want to start "rails server" on a project I get this error:
/usr/bin/env: ruby1.8: No such file or directory
I saw in some posts that I have to change PATH ...
0
votes
0answers
161 views
Ubuntu 12.10 can't install pg gem?
I have read every article I can find on this but seem to have the problem despite having tried the various recommendations.
I am using RVM on Ubuntu 12.10. All my other gems are installing fine but ...
1
vote
1answer
71 views
Can't switch another ruby versions on RVM
I have Yakuake on Ubuntu 12.04 and I've faced this problem before, it's already solved. But now I can't switch from Ruby to JRuby on RVM. When I run rvm use jruby it throws this error:
RVM is not a ...
0
votes
2answers
146 views
Why have Rails & Bundler package have dissapeared?
I'm following Michael Hartl's Ruby on Rails tutorial & everything has been working fine until I reached this stage.
For some reason when I try to run a bundler or the rails command it says they ...
0
votes
1answer
58 views
automatic switching of ruby versions non-interactive shell
Background
OS: Ubuntu 12.04
RVM version: 1.18.16 (stable)
default ruby: ruby 1.9.3-p385 (via rvm)
Confirmation RVM is working and the .rvmrc is trusted
$ bash -lc 'cd /home/client1/websites/site1; ...
0
votes
1answer
311 views
Ubuntu server 10.04 LTS - How to install RVM?
These are the steps I have taken to install RVM:
Installing Ruby: sudo apt-get install curl git-core ruby the which ruby command works
Installing RVM:
curl -L https://get.rvm.io | bash -s stable ...
0
votes
1answer
23 views
Ruby version / Old 1.8.7 messing with a fresh RVM'ed 1.9.3
I using some old server, on which is installed an old ruby 1.8.7.
For some reasons (no the best you'll tell), Ive installed rvm.
I now have apps running on this old 1.8.7, others on 1.9.3.
I can ...
1
vote
2answers
46 views
The rvm help command output looks strange [closed]
When I type in ubuntu terminal:
$ rvm help use
The command output looks like:
M-bM-^HM-4 rvm use [ruby-string]
Setup current shell to use a specific ruby version.
...
What are the M-bM-^HM-4 ...
1
vote
3answers
438 views
Ubuntu's rvm ruby and openssl
I am trying to install ruby with rvm on Ubuntu. I installed rvm with the synaptic package manager.
$ which rvm
/usr/bin/rvm
$ rvm --version
rvm 1.6.9 by Wayne E. Seguin (wayneeseguin@gmail.com) ...
0
votes
3answers
49 views
Ruby pointing to system ruby rather than rvm in ubuntu
I use ubuntu 11.10 and I have installed rvm and have installed ruby 1.9.3. My system has by default ruby 1.9.1. Hence instead of pointing to the ruby installed by rvm, my system points to the default ...
-1
votes
1answer
74 views
echoe requires RubyGems version >= 1.8.4
I am on Ubuntu. And want to install echoe gem. For this running sudo gem install echoe command.
and getting
ERROR: Error installing echoe:
echoe requires RubyGems version >= 1.8.4. Try 'gem ...
3
votes
2answers
821 views
Foreman start returns bundle not found
I have recently switched from using Ubuntu system Ruby to using RVM. When I run foreman start I get a not found error for whatever the command is in my Procfile.
My current Procfile is:
web: bundle ...
0
votes
1answer
143 views
RVM is not being used by Ubuntu Launcher
I'm trying to make my data files "clickable" like a MS Word document. When a user clicks on a file on the desktop with a ".vr" extension, I want it to execute my Ruby script, and pass the file name ...
0
votes
1answer
164 views
Unable to install rvm 1.9.3 on Ubuntu
Previously that solution had always worked http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
Now it doesn't. I'm on Ubuntu 12.1 + Kubuntu desktop. The errors I get are
alex@ubuntu:~$ rvm ...
1
vote
3answers
1k views
What are the dependencies given on “rvm requirements” useful for?
Why does RVM, Ruby or Rails need libc6-dev, ncurses-dev and libtool ?
on Ubuntu running rvm requirements gives us:
Requirements for Linux ( DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.10
...
0
votes
2answers
155 views
How to make upstart work gracefully with RVM?
I have a simple Thin webserver I want to start with Upstart. However, upstart needs to be run with sudo which can't see all the RVM gems like Thin. rvmsudo hasn't helped me either. What's the solution ...
0
votes
2answers
783 views
Could not find gem 'sqlite3 (>= 0) ruby'
I am learning Ruby on Rails and I followed the installation of RVM and Rails from Ryan Bigg's blog and the Agile Wed Development book. This has worked previously on my PC at home, but at work it gives ...
0
votes
1answer
2k views
Setting path for rails 3.2.8 in Ubuntu 12.10
I am completely new to Ubuntu, I am trying to complete my installation of Ruby On Rails, so far I have installed both Ruby 1.9.3 and set it as the default and I installed Rails 3.2.8, when I open a ...
2
votes
3answers
206 views
Can't find Ruby 1.9.2 after installing RVM
I'm on Linux Ubuntu 12.04, and I first installed Ruby 1.9.2.
After I tried installing rvm to use Octopress, ruby --version in bash results in ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
...
2
votes
1answer
95 views
How to remove Ubuntu stock Ruby 1.8? Not apt
Ubuntu came with Ruby 1.8 installed, but I really would rather (and need, for rails) 1.9.2. I tried apt-get purge but apt doesn't believe there is a ruby package (however ruby -v keeps returning ruby ...
1
vote
1answer
680 views
ruby in linux: permanently “source .rvm/scripts/rvm”?
I'm new to Ruby on Rails and have just set it up in Ubuntu Linux following instructions I found here. Specifically,
As s.m. said, I uninstalled everything, then I opened another terminal session ...
0
votes
0answers
124 views
Unable to load the bashrc and bash_profile [closed]
I am running couple ec2 ubuntu 10.04 instances on AWS. The am trying to config AWS command line tools to configure auto scaling. I have added the path's and env_variables in the bashrc script. So its ...
0
votes
2answers
775 views
rvm is not a function
When I run rvm use 1.9.3,it shows rvm is not a function.
Then I add [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm",
and run source .zshrc, it shows
...
0
votes
1answer
231 views
need help to install rvm on ubuntu 10.04
I followed the instruction on this tutorial.
http://coding.smashingmagazine.com/2011/06/21/set-up-an-ubuntu-local-development-machine-for-ruby-on-rails/
I got stuck on installing RVM.
$ bash < ...
0
votes
1answer
144 views
Issue in install rvm on ubuntu
Rvm One line installer is giving me issues ie:
curl -L https://get.rvm.io | bash -s stable --rails
Iam getting this error:
ERROR: Loading command: install (LoadError)
cannot load such file ...


