-
-
Save cmhobbs/883945 to your computer and use it in GitHub Desktop.
Installing RVM to /usr/local/rvm/mv: cannot stat `config/user': No such file or directory | |
touch: cannot touch `user/db': No such file or directory | |
touch: cannot touch `user/rvmrcs': No such file or directory |
I have the same problem. I am on a CentOS 5.4 system.
I'm on a clean Ubuntu 10.04. Was working fine until 2-3 hours ago.
It would seem that this commit: rvm/rvm@3d52632 has broken the installer.
This should work: https://gist.github.com/884254
ie:
bash < <(curl https://gist.github.com/raw/884254/9c6e84660205555a24a0a4c20bff18251b30222a/gistfile1.txt)
Also, I got it to work by
- Try install (watch it fail)
- cd .rvm/src/rvm
- git checkout -b 1.3.0
- ./scripts/install
injekt, is that the system wide install or the single user?
@adamzaninovich That one is the single user, taken straight from http://rvm.beginrescueend.com/releases/rvm-install-head with line 18 altered
I am having trouble with system wide not single user.
You need to clone to rvm git repo and roll back a version, I rolled back to 1.2.9 and everything worked fine. Running the automated script wont work as expected. Wayne will probably have this fixed when he's around though
I'll try rolling back. I assumed it was a library issue as I got a few complaints about openssl and bison.
@ctdean your comment appears to have resolved the issue.
I'm having this same problem. Have you found any information on a fix?