Hi, I use the following dockerfile to create a docker image. FROM amazonlinux:2 USER root ENV HOME="/root" WORKDIR / ENTRYPOINT [] CMD ["/bin/bash"] # Install ...
What were you trying to do (and why)? I was trying to set up different python versions and understand how pip worked with those versions in homebrew, since understanding this helps debug versioning ...