this post was submitted on 28 Jul 2024
588 points (93.9% liked)

Programmer Humor

20039 readers
2089 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] TrickDacy 4 points 6 months ago (11 children)

I'm not sure what you mean. I have updated bash with a single homebrew command.

[–] computergeek125 1 points 6 months ago (4 children)

If it's anything like when I used a Mac regularly 7y ago, Homebrew doesn't install to /bin, it installs to /usr/local/bin, which only works for scripts that use env in their shell "marker" (if you don't call it directly with the shell). You're just putting a higher bash in the path, not truly updating the one that comes with the system.

[–] TrickDacy 2 points 6 months ago (1 children)

It's been a long time since I even did this, and I've gotten at least one new machine since. I got several replies so I'll just link my original response: https://lemmy.world/comment/11431853

[–] computergeek125 2 points 6 months ago

Gotcha. Yeah low level Unix has some weird stuff going on sometimes.

load more comments (2 replies)
load more comments (8 replies)