Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMach bootstrap tries to install packages globally? #25949
Labels
Comments
|
I don't know if it's installing things in the wrong location, but it's definitely weird that you get permission denied errors for things in Homebrew's |
|
I suspect the problem is that alan was using the |
|
Which in this case is a good thing, I really want intending to install any software globally by running mach build. |
|
@asajeffrey Homebrew is supposed to be installed with the account you normally use. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Running
mach build -ron a Mac, using python3.7 fails, due to trying to install packages into/usr/local. I thin what's going on is thatservo/python/mach_bootstrap.py
Lines 200 to 213 in 4b1bb89