You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS it appears the install.sh is required to install or useHomebrew, which isn't mentioned up front; it would be helpful to know that ahead of time. An alternative method or package manager like MacPorts would be tremendously helpful. Unfortunately some users can't install anything that is dependent on Homebrew, and my thinking is that it's not something that really should ever be required considering there can be adverse effects upon a system.
The text was updated successfully, but these errors were encountered:
@teracow: The main reason for preferring MacPorts (at least for me) is the way in which packages are installed. With MacPorts everything is placed in a self created directory named /opt, not interfering with any system placed directories. This is helpful for a number of reasons, although mainly it's simple to install and uninstall packages easily. MacPorts works more like a traditional package manager without all the convoluted lingo or messy package installations that I've observed with Homebrew. Having to tap a keg, use a cask, or install packages in a place named "cellar" is really not my thing — it's unnecessary fluff really. There are a lot of people who prefer one over the other of course, and I have no issues with that, however, allowing a choice of which one to use would definitely be nice option.
On
macOS
it appears theinstall.sh
is required to install or useHomebrew
, which isn't mentioned up front; it would be helpful to know that ahead of time. An alternative method or package manager likeMacPorts
would be tremendously helpful. Unfortunately some users can't install anything that is dependent onHomebrew
, and my thinking is that it's not something that really should ever be required considering there can be adverse effects upon a system.The text was updated successfully, but these errors were encountered: