Closed detournemint closed 6 years ago
I've increased the timeout, no luck
I've also tried rvm fix-permissions
The problem is lack of write permission. Usually this happens when you try install rvm
manually using sudo
. Can you, please, remove all installations (with rvm implode
), including this package (using apt
), and start again using only this package?
Hi there, I got it working with a restart, Sorry about that.
Thanks!
I had the same issue and a restart also fixed it, it might be nice to add a note in step 3 in https://github.com/rvm/ubuntu_rvm/blob/master/README.md about this.
no need to restart, logout/login should work just fine, and we have this step here: https://github.com/rvm/ubuntu_rvm/blob/master/README.md#3-logout-and-login
@mpapis on ubuntu 18.04 logout/login not works for me, but after reboot rvm install ruby
works just fine.
I had the same issue on ubuntu 18.04, logout/login does not work for some reason, restart does though
Ok, I've updated the README
to suggest a restart.
I had the same problem.. restart the system did the trick for me also.. so if anyone has that problem restart is the way to go
Restart worked for me too, thanks
Restart worked for me. Thanks
No need for restarting or logout/login.
newgrp rvm
should do the trick :slightly_smiling_face:
any guidance?