Fork me on GitHub
#polylith
<
2022-03-05
>
tlonist04:03:01

does

brew install polyfy/polylith/poly
work at the moment? I keep getting
Invalid formula: /opt/homebrew/Library/Taps/polyfy/homebrew-polylith/Formula/[email protected]
[email protected]: Calling bottle :unneeded is disabled! There is no replacement.
after updating brew

seancorfield04:03:45

I suspect this is because the Homebrew team keep unilaterally changing the rules. This has affected the Clojure CLI in the past and even with your own tap, you're still at their mercy, unfortunately. I've never installed poly via brew (even though I use brew to manage the Clojure CLI). I have poly installed as a Clojure CLI tool -- see https://polylith.gitbook.io/poly/install/install/install-as-clojure-cli-tool -- but I mostly use it via an alias in each created Polylith workspace.

1
tlonist04:03:27

thanks, will try that!