Skip to main content

Questions tagged [rvm]

Developed by Wayne E. Seguin, RVM is based on the idea that you can easily install, manage, and work with multiple Ruby environments from interpreters to sets of gems.

2 votes
2 answers
5k views

RVM can't find installed new Ruby version (previously installed using Homebrew)

I'm a beginner, please excuse me if I'm saying or doing things you perceive as utterly stupid. I'm not doing it on purpose. How this started: I wanted to install gems, but got the following error ...
Hanneke L's user avatar
0 votes
1 answer
672 views

Unable to install any ruby versions using RVM in macOS Mojave 10.14.2

After upgrading to Mojave 10.14.2 I tried to install any ruby versions using RVM. I get the following error message related to OpenSSL. I have latest command line tools (Command_Line_Tools_macOS_10....
kamal's user avatar
  • 1
1 vote
0 answers
110 views

ruby inside vim causes a segfault

Every time I try to run a ruby command from inside vim, I get a segfault. If I try to run :ruby puts 1, for example, vim crashes immediately: $ vim Vim: Caught deadly signal SEGV Vim: Finished. ...
ewok's user avatar
  • 4,301
0 votes
1 answer
400 views

rvm install fails with "awk: can't open file -l"

I'm trying to use rvm like so: $ rvm install ruby-2.3.1 It seems to run, for a bit, but then fails with: awk: can't open file -l What's up here?
Brad Parks's user avatar
  • 3,066
2 votes
1 answer
4k views

rvm Error running './configure

Description After I migrating my Macbook to the new one, I encounter an error during reinstalling rvm Steps to reproduce ⋊> rvm install 2.3.3 Environment OSX 10.13.3 rvm version: rvm 1.29.3 (...
rj487's user avatar
  • 201
8 votes
1 answer
2k views

OSX: gpg command error, dyld: Library not loaded:

After I migrating my MacBook, I found out I miss the command gpg. And it threw this error when I wanted to install rvm ⋊> ~ gpg 15:...
rj487's user avatar
  • 201
1 vote
0 answers
49 views

extend gnome-shell PATH for access to ruby binary with RVM

I have a terminal written in ruby that I install with a gem. I want to be able to launch this terminal when I hit Alt+F2 in gnome-shell. When I used the ruby version of my system, I just have to ...
cedlemo's user avatar
  • 113
5 votes
2 answers
6k views

How to get gpg2 installed on cygwin?

Trying to install gpg2 on win10. Followed bottom answer on this thread; how to install gpg on cygwin? currently it's missing but got a problem when trying to soft linking them; I have "the right"...
Eirik Kvalheim's user avatar
0 votes
1 answer
167 views

RVM Installation Issues Linux

I have Elementary OS installed on my PC and have installed RVM through the terminal. However, when I type this type rvm | head -1, instead of "rvm is a function", I get rvm is hashed (/home/edson/....
Edson's user avatar
  • 11
0 votes
1 answer
378 views

How can I enable login shell to install RVM in st terminal?

I use rvm for my Ruby dev work, and I'd like to switch to st as my terminal. I'm currently using uxterm, which is ok, but doesn't have the flexibility I'm looking for. However, I can't seem to get RVM ...
Sauce McBoss's user avatar
  • 2,255
0 votes
1 answer
337 views

Declare not recognized under bash v4

I'm trying to make use of the new array/hash feature in bash version 4, but when I try to "declare" the variable, I'm getting an error. $ bash --version GNU bash, version 4.4.0(1)-release (x86_64-...
FishStix's user avatar
  • 113
0 votes
1 answer
125 views

Prohibit user from issuing a specific sudo command

I'm using the Ruby Version Manager (RVM) which strongly recommends to never run the rvm command on linux prefaced by 'sudo'. How can I allow myself to run the command without sudo as I am supposed to, ...
Shannon McNair's user avatar
24 votes
2 answers
17k views

Why am I having / how can I fix this error: "shell_session_update: command not found"

Background I am getting into Ruby 2.x, and Rails 4.x, on a MacBook using OS X El Capitan (10.11.3), using the fish shell, employing the integration listed on this page: RVM - Fish Shell (Integration) ...
Pysis's user avatar
  • 1,100
0 votes
1 answer
1k views

rvm requirements fails due to unmet dependencies

I'm trying to get rvm up and running on ubuntu 14.04 and having a tough time figuring out why I can't meet the dependencies. I have done multiple apt-get update && spt-get upgrades but still ...
Stedy's user avatar
  • 135
1 vote
1 answer
183 views

Error creating a Ruby launchd task with RVM in OS X

I want to periodically run a ruby gem based command. I am using RVM and following the tutorial set out here. My ruby task is called daily_checks.rb and is as follows: #!/usr/bin/env ruby puts 'in ...
Obromios's user avatar
  • 111

15 30 50 per page
1
2 3 4 5 6