Trying like heck to install RVM on Mavericks OSX.
using
\curl -L https://get.rvm.io | bash -s stable --ruby
and getting back
mkdir: /admin.rvm/src: Permission denied
Any help is appreciated... please....
Trying like heck to install RVM on Mavericks OSX.
using
\curl -L https://get.rvm.io | bash -s stable --ruby
and getting back
mkdir: /admin.rvm/src: Permission denied
Any help is appreciated... please....
The problem could be that you're not running the command with admin privileges. Try using sudo
:
sudo \curl -L https://get.rvm.io | bash -s stable --ruby
You'll then have to enter your password, and it should work. Good luck!
Also: http://xkcd.com/149/