On Wed, Dec 10, 2014 at 11:13 AM, Simon Funke <[email protected]> wrote: > Two more observations/questions from a novice user: > > * IPython is not part of the hashdist. That is if you load dolfin from > IPython you will load the non-hashdist version (if there is one).
IPython has been included now. > * System Python modules libraries are not in the PYTONPATH when following > the instructions (for example scipy). On Ubunutu machines you get them by > running: > > "export PYTHONPATH=/usr/lib/python2.7/dist-packages/:$PYTHONPATH" System Python modules are not guarantied to work since we build our own Python. > * Is there an easy way to add more packages to the on click installation > (e.g. I like having ipython, scipy and dolfin-adjoint)? We can easily add more packages. We just have to decide what should be part of the one click installation script. Johannes _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
