Mislav Marohnić
Mislav Marohnić
Actually I'll keep this open so we can explore whether supporting this today is something more stable that could be baked into rbenv 🤔
I have explored adding support for `gem install --user-install` to rbenv but ultimately decided that due to how rbenv works, adding support for this is unfeasible. https://github.com/rbenv/rbenv/pull/1443 The support for...
This feature only seems available in RubyGems v2.1.0+. Setting an environment variable wouldn't affect older RubyGems versions. This seems like plugin material. I'll keep this open until there is a...
Closing as stale
I would say this is ready to :ship:, if not for one big problem: because user gem install location isn't in PATH by default, RubyGems will detect that at install...
I've decided not to proceed with this for the v1.0 milestone because it's too hacky. User gems install location will remain unsupported for now.
@jasonkarns I'm open to this if you wanted to revisit it! Ref. https://github.com/rbenv/rbenv/issues/1318
I'm now in the process of closing stale issues and I want to avoid introducing feature changes to rbenv unless absolutely necessary. This doesn't feel very pressing to me, so...
Thanks for pointing that out. This is my fault because I didn't think of the implications of importing GPL-licensed source code when I made this change: https://github.com/rbenv/rbenv/commit/8facb3b3a790fd275a4e8d5f4de474bbd837c040 Would an acceptable...
@ISCAS-Vulab Thanks for the advice. I will go with option (2) and remove shobj-conf file as a dependency in favor of setting required environment variables manually.