From charlesreid1

Revision as of 20:02, 20 November 2013 by Admin (talk | contribs)


Basic Usage

Determine where you want your virtual python to live. I'll use the directory ~/vp as an example.

Create your virtual python:

$ virtualenv vp
$ cd vp

Activate your virtual python:

$ source bin/activate

Install stuff into your virtual python:

$ bin/