File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ Working with Matplotlib in Virtual environments
1313Introduction
1414============
1515
16- When running :mod: `matplotlib ` in a virtual environment you may discover a
17- few issues. :mod: `matplotlib ` itself has no issue with virtual environments.
16+ When running :mod: `matplotlib ` in a
17+ `virtual environment <https://virtualenv.pypa.io/en/latest/ >`_ you may discover
18+ a few issues. :mod: `matplotlib ` itself has no issue with virtual environments.
1819However, the GUI frameworks that :mod: `matplotlib ` uses for interactive
1920figures have some issues with virtual environments. Everything below assumes
2021some familiarity with the Matplotlib backends as found in :ref: `What is a
@@ -106,3 +107,7 @@ framework build within the virtualenv. To run a script you can do
106107``frameworkpython test.py `` where ``test.py `` is a script that requires a
107108framework build. To run an interactive ``IPython `` session with the framework
108109build within the virtual environment you can do ``frameworkpython -m IPython ``
110+
111+ In addition
112+ `virtualenv-pythonw-osx <https://github.com/gldnspud/virtualenv-pythonw-osx >`_
113+ provides an alternative workaround which may be used to solve the issue.
You can’t perform that action at this time.
0 commit comments