Skip to content

Instantly share code, notes, and snippets.

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

Mohamed A AminAbdisamad

🏠
Working from home
View GitHub Profile

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@AminAbdisamad
AminAbdisamad / pipenv_cheat_sheet.md
Created December 23, 2018 13:41 — forked from bradtraversy/pipenv_cheat_sheet.md
Pipenv cheat sheet for common commands

Pipenv Cheat Sheet

Install pipenv

pip3 install pipenv

Activate

pipenv shell