Todd Thomas

Results 8 comments of Todd Thomas

Even the minor version increase errors with the posted message... I just tried to build an autopilot cluster with providers `v4.36.0`. ```tf terraform { required_version = "~> 1.2.9" required_providers {...

Understood. Let's throw it on the books - even as a low priority. Someone may have time some day?! 🤷

nothing I can think of beyond what was noted above.

Not really, the only useful moves are: 1. insert each of the program's paths into `/etc/paths` (as above), or 2. export the path so subsequent scripting can take place. Anything...

The basic idea is to favor GNU versions of programs over the macOS/UNIX ones but I suppose there would be other (like `git` and `curl`) as well. They could be...

> Just to note: one of the reasons this isn't done by default/overly easily in Homebrew is this tends to break scripts on macOS which expect the macOS tools, not...

@gromgit no question, we can script around it. The whole point was to request a bit of plumbing (/tmp/file) containing file paths - all so we don't have to script...

@MikeMcQuaid it's simply writing paths to a file - and only for programs where you'd want them to override the system provided ones. Within the scope of the Homebrew-verse, very...