On Sat, Dec 6, 2014 at 9:29 PM, Lizao Li <[email protected]> wrote: > @Johannes. Indeed, on Arch `python` is linked to py3 and `python2` is linked > to py2. Is there a way to make it work by changing the default python binary > path?
You can make a symbolic link to python2 in some directory ln -s /usr/bin/python2 python and then add this directory first in PATH. Johannes > I also tried it on a production cluster with CentOS 6.5. It failed at > package "eigen" >> >> [eigen] Building eigen/hfjxjswpo5ct, follow log with: >> [eigen] tail -f >> /panfs/roc/groups/5/arnoldd/lil1/.hashdist/tmp/eigen-hfjxjswpo5ct/build.log Take a look at this file. Johannes _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
