rvm installs correctly via: sudo apt-get install ruby-rvm
When I try to install ruby โโ1.9.3, do I get these errors?
anthony@SnakeDoc :~$ rvm install 1.9.3 mkdir: cannot create directory `/usr/share/ruby-rvm/gems/ruby-1.9.3-p0': Permission denied Installing Ruby from source to: /usr/share/ruby-rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your cpu(s)... ruby-1.9.3-p0 -
I tried the chmod directories where I got access, but this does not fix the problem. Any suggestions?
penner
source share