Hi all!
Is it possible to install Fenics on Anaconda Python on El Capitan OS X?
conda create --name fenics27 python=2.7
source activate fenics27
conda install fenics --channel juanlu001
doesn't work on Mac OS X, cause
Error: Could not find some dependencies for fenics: dolfin ==1.5.0
What I have to do to install Fenics with Anaconda?