8000 OSX install by katyhuff · Pull Request #3238 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

OSX install #3238

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

Merged
merged 13 commits into from
Jul 17, 2014
Prev Previous commit
Next Next commit
adds dyld_fallback_library_path
  • Loading branch information
katyhuff committed Jul 12, 2014
commit 71080990a80056f863f689c7666dfa37d4bc54f1
6 changes: 4 additions & 2 deletions README.osx
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ Example usage::
python setup.py install
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So -- this is totally cool, but I think we maybe just discovered this doesn't work (at least it didn't for Michael Nagy and I). building matplotlib from source using conda as dependencies, it doesn't pick up freetype from conda since conda doesn't include pkg-config. Anyway, if it's working for you @katyhuff, it would be good to know so we can get to the bottom of the cause.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhhh... I have two sets of each library installed. Glad you caught this. Matplotlib is picking up my macports libpng rather than the conda one! Changing instructions back accordingly.



Note that your environment is somewhat important. Some conda users have found
that their PYTHONPATH must include /path/to/anaconda/
Note that your environment is somewhat important. Some conda users have
found that their PYTHONPATH must include
/path/to/anaconda/.../site-packages and their DYLD_FALLBACK_LIBRARY_PATH
must include /path/to/anaconda/lib.
0