I installed Ubuntu today for an internship and was setting up my environment, which required the use of ruby. I tried installing it following the documentation but I keep getting stuck on one step. I tried fixing it using
rvmsudo rvm get stable --auto-dotfiles rvm fix-permissions system
But it hasn't worked so far. I've also done this:
rvm group add rvm $USER
as well but still no luck What should I do now?
I got a similar Error. The Below command works for me,
Hope this will work for you.