From charlesreid1

 
No edit summary
Line 1: Line 1:
#REDIRECT [[Virtualenv/old]]
<!--
Old version of page: [[Virtualenv/old]]
-->
 
=Basic Usage=
 
Determine where you want your virtual python to live. I'll use the directory <code>~/vp</code> as an example.
 
Create your virtual python:
 
<pre>
$ virtualenv vp
$ cd vp
</pre>
 
Activate your virtual python:
 
<pre>
$ source bin/activate
</pre>
 
Install stuff into your virtual python:
 
</pre>
$ bin/
</pre>

Revision as of 20:02, 20 November 2013


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/