apple
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| apple [2025/12/15 09:58] – dblume | apple [2025/12/15 12:24] (current) – [brew upgrade issues] dblume | ||
|---|---|---|---|
| Line 243: | Line 243: | ||
| Symbolic links to the new bash from brew might not get updated. There' | Symbolic links to the new bash from brew might not get updated. There' | ||
| + | First, check which shell you're in. And check which would be run. And check which are symlinks. | ||
| + | < | ||
| + | $ echo " | ||
| + | /bin/bash | ||
| + | $ which bash | ||
| + | / | ||
| + | $ which -a bash | xargs ls -l | ||
| + | -r-xr-xr-x | ||
| + | lrwxr-xr-x@ 1 dblume | ||
| + | lrwxr-xr-x@ 1 dblume | ||
| + | lrwxr-xr-x@ 1 root wheel 22 Dec 15 12:18 / | ||
| + | </ | ||
| + | |||
| + | Then, if there' | ||
| < | < | ||
| $ sudo rm / | $ sudo rm / | ||
| - | bash: __git_ps1: command not found | + | $ sudo ln -s / |
| - | $ sudo ln -s / | + | |
| </ | </ | ||
apple.txt · Last modified: 2025/12/15 12:24 by dblume