Open John-Colvin opened 7 years ago
Hi, @John-Colvin
What's the purpose of using $ MATPLOTLIB_D_PYTHON
instead of system's python
?
I think it's slightly complicated for users to set environment variables before installation.
Maybe removing brew install python$PYTHON_VER
will help?
Changes
MATPLOTLIB_D_PYTHON
) instead of whateverpython
happens to be.lowercase
fromstring
, so useascii_lowercase
instead (matplotlib functions are all ascii anyway)deprecated
, which is a D keyword. By testing for invalid identifiers and appending an_
to them, we avoid this problem and any other similar ones that may come along.