I'm having troubles with the installation of Fenics 2016.1.0
(I'm on linux mint 17 Qiana, Kernel: 3.13.0-24-generic x86_64 (64 bit))
I followed the instructions on the download page of the fenicsproject. I've installed docker and then did:
curl -s https://get.fenicsproject.org | bash
I received the message
Successfully installed the fenicsproject script in
/home/me/.local/bin/fenicsproject.
To get started, run the command
fenicsproject run
For more information, see fenicsproject help.
so everything looks fine, but then, the command
fenicsproject run
gives me
fenicsproject: command not found
What am I doing wrong?
What I also don't understand, is why the information to run Fenics on this page:
http://fenics.readthedocs.io/projects/containers/en/latest/introduction.html#what-is-docker
is different than on the Fenicsproject page? Sorry, I never used docker, I am getting quite confused here with the new version of Fenics.