Skip to content

Instantly share code, notes, and snippets.

View annagat's full-sized avatar
🏠
Working from home

annagat

🏠
Working from home
View GitHub Profile
@annagat
annagat / docker-help.md
Last active March 9, 2019 08:37 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Install Docker CE in Linux Mint 19.1 or Ubuntu 18.04

  1. Update the packages index
$ sudo apt-get update
  1. Install packages to allow apt to use repository over https
$ sudo apt-get install \
@annagat
annagat / pipenv_cheat_sheet.md
Last active May 29, 2019 02:56 — forked from bradtraversy/pipenv_cheat_sheet.md
Pipenv cheat sheet for common commands

Pipenv Cheat Sheet

Install pipenv

pip install pipenv

Activate

pipenv shell