moonglum / dotfiles

My work setup
https://codeberg.org/moonglum/dotfiles
MIT License
17 stars 2 forks source link

Improve Python Package Management #74

Closed moonglum closed 6 years ago

moonglum commented 6 years ago

Both Python packages I'm currently using (docker-compose & awsebcli) depend on docker-py. They are using different versions, resulting in a warning... @mkhl recommended pipsi to me to solve it. This is approximately what I need to do:

pip install pipsi --upgrade --user
pipsi install docker-compose
pipsi install awscli
moonglum commented 6 years ago

Done in b56aa569bf46ed716a3eab91f2984162b93367d5