The error
1 | $ rvm install 3.1.2 |
The keyword to search
“__rvm_log_dotted:23: permission denied:”
The solution
https://github.com/rvm/rvm/issues/5055#issuecomment-815036429
1 | rvm install 3.1.2 --with-gcc=clang |
1 | $ rvm install 3.1.2 |
“__rvm_log_dotted:23: permission denied:”
https://github.com/rvm/rvm/issues/5055#issuecomment-815036429
1 | rvm install 3.1.2 --with-gcc=clang |