-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Added notes on how to use matplotlib in pyenv #7357
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
Conversation
When you install a python environment using pyenv, you can set `PYTHON_CONFIGURE_OPTS` to use `--enable-framework`.
lgtm. Could someone who owns a mac please review and merge this? |
Who owns a mac amongst our contributors? |
@mdehoon, @jenshnielsen should be able to test. |
I tried doing this. Unfortunatly it seems like the build fails for other reasons. That is probably an OSX Sierra incompatibility in pyenv
|
@NelleV as requested I tried on my machine:
Succeed, test the installed python:
So it seem to work on OS X Yosemite 10.10.5 (14F1912). Further Not tested further. |
Added notes on how to use matplotlib in pyenv
Backported as 1759004 |
Thanks @drewsonne for this addition to the FAQ! |
@jenshnielsen I did this with python 3.4.3. I'll do a bunch of tests with it in different python versions, and update with which work and don't work, and a new pull request. |
@NelleV thanks for the approval! :-) |
When you install a python environment using pyenv, you can set
PYTHON_CONFIGURE_OPTS
to use--enable-framework
.