I renamed my Macbook home directory to "hmumin" from "macbookpro".
I then tried to install RVM using:
$ curl -L https://get.rvm.io | bash -s
but I get an error:
mkdir: /Users/macbookpro/.rvm/src: Permission denied
Is this error from trying to install RVM in the previous home directory?
If I run:
open /Users/macbookpro
I get:
The file /Users/macbookpro does not exist.
Yet, if I run:
mkdir /Users/macbookpro
I get:
mkdir: /Users/macbookpro: Permission denied
It's pretty confusing, I just want to install RVM.
When I type RVM I also get this type of error:
cat: /Users/macbookpro/.rvm/VERSION: No such file or directory
Warning! PATH is not properly set up, '/Users/macbookpro/.rvm/gems/ruby-2.0.0- p353@railstutorial_rails_4_0/bin' is not at first place,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-2.0.0-
p353@railstutorial_rails_4_0'.
-bash: /Users/macbookpro/.rvm/scripts/base: No such file or directory
-bash: /Users/macbookpro/.rvm/scripts/help: No such file or directory
hmumin:~ hmumin$