Tagged Questions
0
votes
1answer
36 views
Homebrew installed PostgreSQL for use by multiple accounts
I'm using Homebrew to install PostgreSQL (PG) on a MacBook Air.
admin user brew installed PostgreSQL.
I'd like another (mobile account) user to be able to use the database for Rails development. ...
2
votes
1answer
70 views
Homebrew: change name of group ownership in /usr/local/ so admins and standard users can brew
I have a local admin user and a few "network" mobile users (without admin privileges) who need to be able to brew on a Mac. So, these 'network' users are not members of the group admin and probably ...
6
votes
4answers
7k views
How to resolve permissions errors on OS X Lion after Homebrew install
I just upgraded from Snow Leopard to Lion and am trying to get Homebrew installed. However after the installation, I run brew doctor per the installation instructions, and see a series of errors ...
8
votes
2answers
4k views
Homebrew permissions & multiple users needing to brew update
I'm using Homebrew to manage package installs on Lion (Lion Server actually but this shouldn't matter).
Homebrew was installed under one user. Now a different user would like to add a package and ...
0
votes
1answer
668 views
Homebrew permission issues
I basically installed Homebrew as described at https://github.com/mxcl/homebrew/wiki/installation.
However, my user account ist not an Administrator account, therefore I substituted my user identity ...
3
votes
3answers
1k views
Can't install Homebrew on Mac OS X Lion
I followed the simple instructions on Homebrew's homepage:
Paste this at a terminal prompt:
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
But I get the following permission ...
25
votes
3answers
14k views
Are my permissions for /usr/local/ correct?
I’m using HomeBrew for my port needs (seems a bit “cleaner” than MacPorts).
I can install without sudoing (which is great), but the man linking step seems to require it (/usr/local/share/man/man3 ...