# | Line 31 | Line 31 | python setup.py build | |
---|---|---|
31 | %install | |
32 | python -c 'import numpy' | |
33 | PATH=$PWD/no-pkg-config:$PATH \ | |
34 | + | # Notice that the install procedure will try to write in $HOME/.matplotlib by |
35 | + | # default!!! This should work around the problem and have it write config |
36 | + | # in a scratch area. |
37 | + | export MPLCONFIGDIR=$PWD/no-pkg-config |
38 | + | |
39 | python setup.py install --prefix=%i | |
40 | find %i -name '*.egg-info' -exec rm {} \; | |
41 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |