On Fri, Mar 13, 2015 at 7:46 PM, Garth N. Wells <[email protected]> wrote: > Has anyone built DOLFIN with Python 3 on Ubuntu?
On the py3 buildbot I have made a symlink ~/bin/python -> /usr/bin/python3 and added ~/bin first in PATH. > I use > > ./cmake.local -DPYTHON_EXECUTABLE=python3 I get the same error (without the symlink), but giving the full path to the python3 binary works for me: ./cmake.local -DPYTHON_EXECUTABLE=/usr/bin/python3 Johannes _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
