I'm having some issues regarding the installation of RVM. I'm working with a freshly clean-installed mac, so previous folders and that sort of thing shouldn't be an issue. The steps I've taken so far are as follows:
- Downloaded XCode Command Line Tools
- Installed Homebrew
- Verified I had Git installed
- Used Homebrew to install gpg
- Installed the gpg key thing
Used the
\curl -L https://get.rvm.io | bash -s stablecommand to try to install RVM, and was met with this error:df: /Users/rohan/.rvm: No such file or directory
I assumed that the command in number 6 automatically created the .rvm folder, so I'm a little unsure of how to proceed. Any help would be greatly appreciated!