docker-machine: command not found for Mac

2.4k Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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.