Does installation still require root and a dedicated user account on Linux? That really put me off.
See the release notes: we now have experimental support for using any prefix shorter than the Linux default. We are aiming to eventually fully support (Tier 1) any prefix under 64 bytes long.
Homebrew 7.0.0
51–60 of 270 posts
Re: Homebrew 7.0.0
#52I found that Mise handles all my needs for development and it is scoped so it doesn't try to update Python and break all my virtual env when I install something new /shrug
Eg: mise use -g gcloud instead of brew install xxx
It can even do that for npm packages! Like mise use -g npm:xxx
Re: Homebrew 7.0.0
#53Is it Claude or Codex built?
Re: Homebrew 7.0.0
#54Farewell, Homebrew. It's been a good run. - 2019 Intel iMac user.
Sorry we couldn’t support this for longer :( From the release notes: > The Intel support decision reflects the limits of a volunteer-run project: Apple have dropped Intel x86_64 support from macOS 27 Golden Gate and GitHub Actions will retire Intel macOS runners in autumn 2027. If Apple and Microsoft’s GitHub, two of the world’s largest technology companies, cannot continue supporting macOS Intel x86_64, sadly neithe…
Re: Homebrew 7.0.0
#55Earlier quoted context omitted.
See the release notes: we now have experimental support for using any prefix shorter than the Linux default. We are aiming to eventually fully support (Tier 1) any prefix under 64 bytes long.
Wait what? Why prefix length limits? Linux paths can be 4096 bytes long, I can't imagine y'all are hitting that?
Postgres is an example of this: the various directories are set at build time.
Re: Homebrew 7.0.0
#56Re: Homebrew 7.0.0
#57Re: Homebrew 7.0.0
#58Earlier quoted context omitted.
See the release notes: we now have experimental support for using any prefix shorter than the Linux default. We are aiming to eventually fully support (Tier 1) any prefix under 64 bytes long.
Wait what? Why prefix length limits? Linux paths can be 4096 bytes long, I can't imagine y'all are hitting that?