-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected]: install pip3 and wheel3 to /usr/local/bin/ #57654
Conversation
Thanks for the fix, I missed that part during the migration. |
Provide direct path to pip3 in case it is not linked to /usr/local/bin Workaround until the following is merged: Homebrew/homebrew-core#57654 Signed-off-by: Steve Peters <[email protected]>
Shouldn't block this PR but: a |
Hmm, wonder why |
|
Perhaps we could adjust the test to use |
Possibly, but likely wouldn't have prevented the issue happening. It was intentionally missing from |
Thanks. Fine to leave as-is then 👍 |
Provide direct path to pip3 in case it is not linked to /usr/local/bin Workaround until the following is merged: Homebrew/homebrew-core#57654 Signed-off-by: Steve Peters <[email protected]>
Fixes #57651
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?