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.

Revisions

  1. michaelluk renamed this gist Jul 13, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. michaelluk revised this gist Jul 13, 2019. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original 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
  3. michaelluk revised this gist Jul 13, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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
  4. michaelluk created this gist May 14, 2019.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original 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