rvm-site
rvm-site copied to clipboard
Which commands require sudo when installing ruby?
--user-install hangs without using sudo, at least through Ansible as seen in https://github.com/rvm/rvm1-ansible/issues/19.
Can we get a list of everything that requires sudo internally by rvm?
as discussed on IRC will compile the list soon
just an idea to find it faster, running in rvm: grep -rn "[_ ]sudo " bin* scripts/
- in all cases RVM asks for
sudowhen ran as other user thenroot binscripts/rvm-installer- missingtar/gtaron OpenBSD/SunOSrvm install/rvm requiremnts- when found missing packages/repositories for update/installationrvm group/osx-ssl-certs/fix-permissions
as for commands themself - in next itteration