https://macpaw.com/how-to/access-bin-folder-mac
Method 1: Find the bin folder through the Finder
- Open Finder
- Press Command+Shift+G to open the dialogue box
- Input the following search: /~
Method 2: Finding the bin in Terminal
- Launch Terminal; which you can find in /Applications/Utilities
- Enter this command in Terminal: chflags nohidden ~/usr/local/bin
- Click Return. Make sure the command is executed.
- Quit Terminal. The bin folder should be visible in the Finder.
- If you ever want to restore this to how it was before, enter the following command in Terminal: chflags hidden ~/usr/local/bin
- Click Return again, and it should be back to how it was.