carpentries-incubator / docker-introduction

Reproducible Computational Environments using Containers
https://carpentries-incubator.github.io/docker-introduction/
Other
44 stars 48 forks source link

Needed `pip3` rather than `pip` during my testing. #121

Closed dme26 closed 3 years ago

dme26 commented 3 years ago

For me, I needed to use pip3 in the commands, and not pip. Does the current lesson material work for others? If so I'll seek out what else might be different in my environment...

sstevens2 commented 3 years ago

Hmm... I tested it and pip works for me when I follow the lesson. Mac - Docker version 20.10.6, build 370c289

dme26 commented 3 years ago

Oops! Thanks for checking @sstevens2 but I think I see what I did wrong: the laptop I happened to be demonstrating on already had an old alpine image cached on it. I've now returned to being able to use the lesson as written!