Closed JTan242 closed 9 months ago
pip3
installs python executables into the ./local/bin
folder. This needs to be in your path in order to run the updated pip you've tried to install, but it is not by default in the path. The instructions here for configuring the lambda server account add .local/bin
to the path (in addition to many other things). I recommend running those commands on your new account to get "sane" settings again.
When I upgrade pip I get this
Then when I try to install docker-compose and type $which docker-compose, I get no output
This is a fresh account so I had just installed docker. Is there anything else I could be missing?