Skip to content

Commit

Permalink
Redirect matplotlib config directory to avoid issues with easy instal…
Browse files Browse the repository at this point in the history
…l sanboxing.
  • Loading branch information
dimazest committed Dec 10, 2014
1 parent f027663 commit c0335b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
@@ -1,6 +1,11 @@
#! /usr/bin/env python
#
# Copyright (C) 2012-2014 Michael Waskom <mwaskom@stanford.edu>
import os
# temporarily redirect config directory to prevent matplotlib importing
# testing that for writeable directory which results in sandbox error in
# certain easy_install versions
os.environ["MPLCONFIGDIR"] = "."

DESCRIPTION = "Seaborn: statistical data visualization"
LONG_DESCRIPTION = """\
Expand Down

0 comments on commit c0335b1

Please sign in to comment.