rbenv-communal-gems
rbenv-communal-gems copied to clipboard
Share gems across multiple rbenv Ruby installs
When installed via homebrew, running `rbenv communal-gem-home` gives the following error: ``` /usr/local/bin/../version_cache/2.3.4 mkdir: /usr/local/bin/../version_cache: Permission denied /usr/local/bin/rbenv-communal-gem-home: line 22: /usr/local/bin/../version_cache/2.3.4: No such file or directory ``` Because homebrew uses...
I had installed 1.9.3-p374 and communized all versions. Then, after a while, I installed 1.9.3-p448. RCG said it had done its stuff. Okay. RBEnv stopped finding the bins. I looked...
After installing an communizing gems (which errored a few times per Ruby version due to gems installed with sudo) I'm seeing this issue on multiple Ruby versions I have installed:...
It seems having `rbenv-communal-gems` installed is a way to trigger the subprocess recursion bomb reported at sstephenson/rbenv#653
OpenSUSE is an example of such -- `lib/` is used for 32-bit libraries & binaries, and compiling Ruby from source will make a 64-bit binary, so it's configured to use...
Using the `capistrano` gem, the communized gem loads twice since it complains about already defined constants. Is there a way around this?