Closed
Bug 1084693
Opened 11 years ago
Closed 11 years ago
mach bootstrap can't install homebrew
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1078007
People
(Reporter: mossop, Unassigned)
Details
Looks like the install for homebrew has moved:
dave@julia mozilla$ mach bootstrap
It seems you don't have any supported package manager installed.
Please choose a package manager you'd like:
1. Homebrew
2. MacPorts
Your choice:
1
We will install the Homebrew package manager to install required packages.
You will be prompted to install Homebrew with its default settings. If you
would prefer to do this manually, hit CTRL+c, install Homebrew yourself, ensure
"brew" is in your $PATH, and relaunch bootstrap.
Whoops, the Homebrew installer has moved! Please instead run:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Also, please ask wherever you got this link from to update it to the above.
Thanks!
A package manager is installed. However, your current shell does
not know where to find 'brew' yet. You'll need to start a new shell
to pick up the environment changes so it can be found.
Please start a new shell or terminal window and run this
bootstrapper again.
If this problem persists, you will likely want to adjust your
shell's init script (e.g. ~/.bash_profile) to export a PATH
environment variable containing the location of your package
manager binary. e.g.
export PATH=/usr/local/bin:$PATH
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•