Skip to content

Conversation

@DomT4
Copy link
Contributor

@DomT4 DomT4 commented Dec 13, 2017

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you successfully run brew tests with your changes locally?

Since ENV filtering became the default this has been chucking erroneous warnings from both brew doctor and things like brew install pygobject about needing to run:

echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/xyz/Library/Python/2.7/lib/python/site-packages/homebrew.pth

even though I had Homebrew's python installed.

Since ENV filtering became the default this has been chucking
erroneous warnings from both `brew doctor` and things like `brew install pygobject`
about needing to run:
```
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/xyz/Library/Python/2.7/lib/python/site-packages/homebrew.pth
```
even though I had Homebrew's `python` installed.
@MikeMcQuaid
Copy link
Member

Thanks again @DomT4!

@MikeMcQuaid MikeMcQuaid merged commit 7352c90 into Homebrew:master Dec 13, 2017
@DomT4 DomT4 deleted the python branch December 13, 2017 22:30
@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants