File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ Working with Matplotlib in Virtual environments
13
13
Introduction
14
14
============
15
15
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.
18
19
However, the GUI frameworks that :mod: `matplotlib ` uses for interactive
19
20
figures have some issues with virtual environments. Everything below assumes
20
21
some 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
106
107
``frameworkpython test.py `` where ``test.py `` is a script that requires a
107
108
framework build. To run an interactive ``IPython `` session with the framework
108
109
build 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