Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
merged 1 commit into from
Oct 31, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/faq/osx_framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ instead of `virtualenv <https://virtualenv.pypa.io/en/latest/>`_::

Otherwise you will need one of the workarounds below.

Pyenv
-----

If you are using pyenv and virtualenv you can enable your python version to be installed as a framework:

PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install x.x.x

Conda
-----

Expand Down