Last active
July 13, 2019 05:47
-
-
Save michaelluk/ce9357d3890c2ac19cf7cf47fd8e865c to your computer and use it in GitHub Desktop.
Revisions
-
michaelluk renamed this gist
Jul 13, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
michaelluk revised this gist
Jul 13, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ 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 -
michaelluk revised this gist
Jul 13, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ sudo apt-get install build-essential libssl-dev libffi-dev python3-dev python -m pip uninstall pip && sudo apt install python-pip --reinstall sudo pip install docker-compose -
michaelluk created this gist
May 14, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ sudo apt-get install build-essential libssl-dev libffi-dev python3-dev sudo pip install docker-compose