We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f027663 commit c0335b1Copy full SHA for c0335b1
setup.py
@@ -1,6 +1,11 @@
1
#! /usr/bin/env python
2
#
3
# Copyright (C) 2012-2014 Michael Waskom <[email protected]>
4
+import os
5
+# temporarily redirect config directory to prevent matplotlib importing
6
+# testing that for writeable directory which results in sandbox error in
7
+# certain easy_install versions
8
+os.environ["MPLCONFIGDIR"] = "."
9
10
DESCRIPTION = "Seaborn: statistical data visualization"
11
LONG_DESCRIPTION = """\
0 commit comments