Skip to content

Commit 75bf4a1

Browse files
authored
Merge pull request #7357 from drewsonne/pyenv-workaround
Added notes on how to use matplotlib in pyenv
2 parents 00ae164 + e172229 commit 75bf4a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/faq/osx_framework.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ instead of `virtualenv <https://virtualenv.pypa.io/en/latest/>`_::
4444

4545
Otherwise you will need one of the workarounds below.
4646

47+
Pyenv
48+
-----
49+
50+
If you are using pyenv and virtualenv you can enable your python version to be installed as a framework:
51+
52+
PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install x.x.x
53+
4754
Conda
4855
-----
4956

0 commit comments

Comments
 (0)