Change permissions for app installed by administrator

I want to use ImageMagick on my MacBook Pro M1. The ImageMagick website says to start with Homebrew. So I went to install Homebrew but it failed because it wants to use sudo and says I can only use that as an administrator. So I switched to the administrator account, installed Homebrew, then installed ImageMagick. But when I return to my user account it doesn't see ImageMagick. I don't see a way to set the ImageMagick permissions to allow my user account to use it. How do I do that?

MacBook Pro 16″, macOS 15.5

Posted on Jun 22, 2025 6:14 AM

Reply
Question marked as Top-ranking reply

Posted on Jun 25, 2025 10:10 AM

The main problem was my unfamiliarity with unix commands. I finally found (on another forum) that Whereis magick would give me the program path (/opt/homebrew/bin/ for Apple Silicon). I have to put the whole path in to get it to work but I can write scripts so I don't have to write the whole path every time.


Homebrew did install it with execute permissions so I just needed the path to use it.


Problem solved.

3 replies
Question marked as Top-ranking reply

Jun 25, 2025 10:10 AM in response to Barney-15E

The main problem was my unfamiliarity with unix commands. I finally found (on another forum) that Whereis magick would give me the program path (/opt/homebrew/bin/ for Apple Silicon). I have to put the whole path in to get it to work but I can write scripts so I don't have to write the whole path every time.


Homebrew did install it with execute permissions so I just needed the path to use it.


Problem solved.

Jun 25, 2025 10:12 AM in response to vegfarmer

vegfarmer wrote:

The main problem was my unfamiliarity with unix commands. I finally found (on another forum) that Whereis magick would give me the program path (/opt/homebrew/bin/ for Apple Silicon). I have to put the whole path in to get it to work but I can write scripts so I don't have to write the whole path every time.

Homebrew did install it with execute permissions so I just needed the path to use it.

Problem solved.

Search for how to add that to the PATH variable in the particular shell you are using (normally zsh, now).

Jun 22, 2025 6:33 AM in response to vegfarmer

It's been a long time, but homebrew used to install apps inside a folder they suggested you change permissions to the user account instead of system. That location is no longer writeable, so I assume they found another place and they likely put it under the user that installed homebrew because they have no idea that some people have multiple users. If you can find that folder, give it read/write to the Staff group. I no longer use homebrew because of the mess it makes of the shell environment so I can't give you more specific information.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Change permissions for app installed by administrator

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.