Last active
July 13, 2019 05:47
-
-
Save michaelluk/ce9357d3890c2ac19cf7cf47fd8e865c to your computer and use it in GitHub Desktop.
raspberry pi 3b+ install docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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