Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which commands require sudo when installing ruby? #250

Open
nickjj opened this issue Nov 19, 2014 · 3 comments
Open

Which commands require sudo when installing ruby? #250

nickjj opened this issue Nov 19, 2014 · 3 comments

Comments

@nickjj
Copy link
Contributor

nickjj commented Nov 19, 2014

--user-install hangs without using sudo, at least through Ansible as seen in rvm/rvm1-ansible#19.

Can we get a list of everything that requires sudo internally by rvm?

@mpapis
Copy link
Member

mpapis commented Nov 19, 2014

as discussed on IRC will compile the list soon

@mpapis
Copy link
Member

mpapis commented Nov 19, 2014

just an idea to find it faster, running in rvm: grep -rn "[_ ]sudo " bin* scripts/

@mpapis
Copy link
Member

mpapis commented Dec 12, 2014

  • in all cases RVM asks for sudo when ran as other user then root
  • binscripts/rvm-installer - missing tar/gtar on OpenBSD/SunOS
  • rvm install/ rvm requiremnts - when found missing packages/repositories for update/installation
  • rvm group/osx-ssl-certs/fix-permissions

as for commands themself - in next itteration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants