Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57489bf + c25c359 commit 75439d3Copy full SHA for 75439d3
doc/faq/environment_variables_faq.rst
@@ -35,6 +35,13 @@ Environment variables
35
used to find a base directory in which the :file:`matplotlib` subdirectory is
36
created.
37
38
+.. envvar:: MPLSETUPCFG
39
+
40
+ This optional variable can be set to the full path of a :file:`setup.cfg`
41
+ configuration file used to customize the Matplotlib build. By default, a
42
+ :file:`setup.cfg` file in the root of the Matplotlib source tree will be
43
+ read. Supported build options are listed in :file:`setup.cfg.template`.
44
45
.. envvar:: PATH
46
47
The list of directories searched to find executable programs.
0 commit comments