Skip to content

Instantly share code, notes, and snippets.

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

Dishant Sethi dishantsethi

🏠
Working from home
View GitHub Profile
@dishantsethi
dishantsethi / Virtualenvwrapper.md
Last active June 2, 2019 09:02
Virtualenvwrapper commands helps and tips

Virtualenvwrapper commands helps and tips

  • Extension of virtualenv tool
  • organize all virtual environments in one place
  • wrappers for managing virtual environemts(create, delete, copy .. )
  • single command to switch between environments
  • Virtualenvwrapper should be installed into the same global site-packages area where virtualenv is installed

Basic Installation

@dishantsethi
dishantsethi / docker101.md
Last active July 17, 2019 19:19
Getting started with docker commands helps and tips

Docker101

Show commands and management commands

docker

Docker version info

docker version

Show info like no. of conatiners, images etc

docker info