On Mac, I have installed
Python version 3.9
and
Docker 20.10.6
and following the instructions from https://fenics.readthedocs.io/projects/containers/en/latest/quickstart.html
Now installing the FEniCS Docker script works fine but when using the command
fenicsproject run
in the terminal, it says
/usr/local/bin/fenicsproject: line 81: docker-machine: command not found
What do I do wrong?
Aside of your Docker Engine release, it seems you need to install Docker Machine.
Note that Docker engine and Docker machine are not the same.