On My mac I ran:
JavaScript
x
2
1
pip install docker
2
And it seems successfully:
JavaScript
1
3
1
Installing collected packages: websocket-client, docker-pycreds, docker
2
Successfully installed docker-3.4.1 docker-pycreds-0.3.0 websocket-client-0.48.0
3
However, when I run the ‘docker’ at the terminal, it can’t find it:
JavaScript
1
3
1
$ docker
2
-bash: docker: command not found
3
Then I run:
JavaScript
1
2
1
$ whereis docker
2
It shows nothing. So how do I get docker to run?
Thanks.
Advertisement
Answer
I’m unsure which instructions you followed to install via pip
, however docker-3.4.1
is a very old version, so you have worse issues at foot than your PATH not containing the docker binary.
I recommend undoing your installation via pip and installing Docker for Mac the correct way. I believe the current stable version for MacOS is 18.03.
https://store.docker.com/editions/community/docker-ce-desktop-mac