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.
1 parent 4a832a0 commit 21df167Copy full SHA for 21df167
setup.py
@@ -19,6 +19,9 @@
19
DOWNLOAD_URL = 'https://github.com/nipy/PySurfer'
20
VERSION = surfer.__version__
21
22
+# deal with MPL sandbox violations during easy_install
23
+os.environ['MPLCONFIGDIR'] = '.'
24
+
25
import setuptools # we are using a setuptools namespace
26
from numpy.distutils.core import setup
27
0 commit comments