How do I change OSX package install directory?

2

It drives me nuts that every time I download a binary to run on OSX that it wants to install in system directories. ~/Applications is a perfectly fine place to install and doesn't require blindly authenticating somebody else's binary.

Is there a way to change the install directory for packages? On a few I've been able to open the package and edit the plist to install it elsewhere, but that doesn't work universally.

I install from source when I can, but it isn't always an option. Is there a good way to force the installer to use ~/Applications?

Scott

Posted 2010-04-18T06:13:54.503

Reputation: 21

If you mean command line applications, you can't. Unless you mess with the PATH environment variable and change up the .bashrc file. – Wuffers – 2010-04-23T18:40:51.547

No answers