Skip to content

Instantly share code, notes, and snippets.

@nguyendangminh
Created June 1, 2015 16:42
Show Gist options
  • Save nguyendangminh/b5c18e02753fb16dcf31 to your computer and use it in GitHub Desktop.
Save nguyendangminh/b5c18e02753fb16dcf31 to your computer and use it in GitHub Desktop.
virtualenv cookbok
# Installation
$ sudo apt-get install virtualenv
# Usage
$ virtualenv <yourdir>
$ cd <yourdir>
$ source bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment