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.