Earlier quoted context omitted.
Hmmm. The UNIX education that's been hammered into me since childhood has said "If you can do it as not-root, don't do it as root".
What part of that UNIX education would cover putting user-owned binaries into /usr/local ?
Homebrew 1.1.0
41–50 of 216 posts
Re: Homebrew 1.1.0
#42Re: Homebrew 1.1.0
#43Just a quick poll. Is anybody still using MacPorts or anything else? If so, why?
First, Macports is often the fastest at updating their ports database after new versions of an upstream are released. Next, I also like that Macports doesn't really rely on anything OS-X specific except for Xcode. So I don't need to worry about crap like whether some Python package will work with Apple's Python distribution, or whether installing a new version of Openssh will break any core Mac OS components.
Re: Homebrew 1.1.0
#44I have been very happy with Homebrew some far. What are some good windows alternative? Making the move from OSX to Windows in a week.
Re: Homebrew 1.1.0
#45Just a quick poll. Is anybody still using MacPorts or anything else? If so, why?
Re: Homebrew 1.1.0
#46There are lots of minor changes, but nothing major IMHO. The reason for bumping the minor version are a couple of breaking changes: - Disable SHA-1 checksum support in formulae - Disable running Homebrew as the root user (e.g. sudo brew) - Bottles with _or_later tags no longer use _or_later in their filenames so the existing bottle can be reused
> Disable running Homebrew as the root user (e.g. sudo brew) why? Just curious, because I always use macports with sudo.
Re: Homebrew 1.1.0
#47Earlier quoted context omitted.
Yes, sure, but there's always been a presumption in those definitions that you have a multi-user system. I would say that most people today operate their computers as single users. The multiuser paradigm, is more about differing security contexts. For me these locations are an artifact of multiuser systems days, it's generally more desirable for me to store most stuff in my home directory, such that when I upgrade co…
Having brew install to ~user would be grand, not just for portability, but also to isolate it across users.
Re: Homebrew 1.1.0
#48I have been very happy with Homebrew some far. What are some good windows alternative? Making the move from OSX to Windows in a week.
Chocolatey is the best that I've found. I have run into issues though, so I can't say it's perfect or even close. It's not bad though.
Also depending on the type of development you do, you may be able to use Bash On Windows and use ubuntu's apt for everything.
Re: Homebrew 1.1.0
#49Re: Homebrew 1.1.0
#50Just a quick poll. Is anybody still using MacPorts or anything else? If so, why?