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?