1

I am completely new to Linux and am having trouble installing rvm. From https://rvm.io/rvm/install/, I run

$ curl -L get.rvm.io | bash -s stable --ruby

in terminal. I receive the following error:

bash: line 359: /usr/share/ruby-rvm/RELEASE: Permission denied

I don't know which file line 359 refers to. What is going on here? Thanks in advance.

Eric Kelley
  • 13
  • 1
  • 4

1 Answers1

3

You are using rvm settings broken by ubuntu, this package is not mainatined, please use this instruction to fix: Installed Ruby 1.9.3 with RVM but command line doesn't show ruby -v

Community
  • 1
  • 1
mpapis
  • 52,729
  • 14
  • 121
  • 158