docker-compose doesn't install as a pluging #5892
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Options 1 and 2 above involve modifying/installing things outside of the Homebrew prefix (in this case, requires installing the plugin into For option 3, Golang does provide a mechanism to override/set the value of variables in some situations. But the variable must be public, and it must be a string type. In this case, the variable is private to the package/module and it is a string slice type. One alternative is to directly patch the source code to add the locations where Homebrew installs the plugins, but to the extent possible we try to avoid carrying patches, because it makes maintaining the package more difficult when patches break (due to the upstream source changing). Hopefully that gives some context behind the status quo. |
Beta Was this translation helpful? Give feedback.
-
Have you tried using the
|
Beta Was this translation helpful? Give feedback.
Have you tried using the
Caveats
shown to you when you didbrew install docker-compose
? You can see them again withbrew info docker-compose
: