Feature request: gem install to allow --user-install option #67599
Replies: 8 comments
-
@Rumbles, thanks for reporting. This would be good to have. |
Beta Was this translation helpful? Give feedback.
-
i'm using the following work around. Create a .gemrc file in your user account: cat .gemrcinstall: --user-install |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Issue is still present. |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
-
Still valid |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Setup
I was hoping I could replicate the following using salt, as a given user (not root) I would run:
Looking at the docs I can't see a way to do --user-install, someone suggested that gem might default to user install if you're non-root, but when I tested it I got this from the command line:
As per: http://serverfault.com/questions/762124/installing-a-gem-using-saltstack-with-user-install-option
Steps to Reproduce Issue
Run a gem install --user-install via a salt manifest
Versions Report
Beta Was this translation helpful? Give feedback.
All reactions