Skip to content

Commit

Permalink
Merge pull request #1189 from JensTimmerman/grapvhiz_osx
Browse files Browse the repository at this point in the history
added instructions on best way to get graphviz with python bindings on os X
  • Loading branch information
boegel committed Feb 25, 2015
2 parents f2d7b3f + 772bcf8 commit 0b8a334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion easybuild/framework/easyconfig/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
sys.path.append('/usr/lib64/graphviz/python/')
import gv
except ImportError, err:
graph_errors.append("Failed to import graphviz: try yum install graphviz-python, or apt-get install python-pygraphviz")
graph_errors.append("Failed to import graphviz: try yum install graphviz-python,"
"or apt-get install python-pygraphviz,"
"or brew install graphviz --with-bindings")

from easybuild.framework.easyconfig import EASYCONFIGS_PKG_SUBDIR
from easybuild.framework.easyconfig.easyconfig import ActiveMNS
Expand Down

0 comments on commit 0b8a334

Please sign in to comment.