add gem binaries to Path if the folder exists#2138
Conversation
Without this, binaries for installed gems aren't available in path
|
Thanks for opening this pull request! Make sure
|
|
Any idea how to test it? |
|
correct, you need to install ruby via snap/linuxbrew, then install a gem, and check it's on PATH |
|
Shouldn't this be handled somewhere else? Or have a way to allow utilities to hook on the PATH? Like extra files loaded alongside this on a specific path that utilities can append files to? Similar to how a lot of configurations work in linux, or how the MOTD files are loaded. That way we can have priorities so that some things happen before others. Seems like an overkill just for this tho, but it would be a nice extensibility option for utilities. |
|
If we add the ability to install ruby gems from the |
|
Oh I see. But shouldn't we add something to the provisioner to install ruby alongside this? Just to review the feature as a whole I mean. |
|
Only if ruby gems are specified, which means it has to be a part of the PR that implements that issue. But in the meantime, people using |
Without this, binaries for installed gems aren't available in path
Checks
developbranch not themasterbranch.