Questions tagged [ruby-install]

ruby-install is a command-line tool (oft paired with chruby) for installing various Ruby versions on Unix-like systems.

ruby-install is a command-line tool (oft paired with chruby) for installing various Ruby versions.

20 questions
0
votes
1 answer

Trying to make ruby-install on ubuntu 16.04

I downloaded ruby-install version 0.6.1 and for some reason I get this make error: *** No rule to make target 'install'. Stop. What can I do to fix this? deploy@blah:~$ sudo ls /root/ ruby-install-0.6.1 ruby-install.tar.gz deploy@blah:~$ sudo…
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
0
votes
0 answers

after installing ruby 2.3.1 with ruby-install, it is still showing the older version of ruby

I used ruby-install to install ruby 2.3.1 , when I do a "ruby -v" it is still showing the older 1.9 version. The instructions here https://github.com/postmodern/ruby-install is what I used to install ruby 2.3.1
peztherez
  • 3,751
  • 5
  • 20
  • 21
0
votes
1 answer

Why "ruby-install ruby" fails with: "E: Couldn't find package build-essential"?

I've installed ruby-install like this: brew install ruby-install But, when I try to install ruby it fails: $ ruby-install ruby >>> Installing ruby 2.1.1 into /Users/mishamoroshko/.rubies/ruby-2.1.1 ... >>> Installing dependencies for ruby 2.1.1…
Misha Moroshko
  • 166,356
  • 226
  • 505
  • 746
0
votes
2 answers

Issue with Installation of Ruby & RVM; No such file or directory

Good afternoon, I'm new at this and I think I did something wrong when trying to install Ruby with RVM. Here is what my terminal shows when I open it: Last login: Sun Oct 13 13:17:20 on ttys000 -bash: i[ -s /Users//.rvm/scripts/rvm ]]: No…
Charles
  • 1
  • 1
0
votes
2 answers

how to start with ruby and install it? Which is better windows or VM?

I have Windows 8 OS running on my machine and i also have Linux Ubuntu Virtual machine. I want to install ruby and work with it and I heard that windows doesn't support all ruby gems and Linux will be better for ruby. so do you think I should…
Cocoa
  • 63
  • 1
  • 6
1
2