Skip to content

Instantly share code, notes, and snippets.

@michaelluk
Last active July 13, 2019 05:47
Show Gist options
  • Save michaelluk/ce9357d3890c2ac19cf7cf47fd8e865c to your computer and use it in GitHub Desktop.
Save michaelluk/ce9357d3890c2ac19cf7cf47fd8e865c to your computer and use it in GitHub Desktop.
raspberry pi 3b+ install docker-compose
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
# solve TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
python -m pip uninstall pip && sudo apt install python-pip --reinstall
sudo pip install docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment