Django for Designers/Laptop setup/Windows virtualenv: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
(Created page with "== Test if you have the required tools == In this step, we test if you have ''pip'' and ''virtualenv'' ready. Take this moment to open up a command prompt. Enter the command...")
 
imported>Paulproteus
Line 1: Line 1:
== Test if you have the required tools ==
== Test if you have the required tools ==


In this step, we test if you have ''pip'' and ''virtualenv'' ready.
In this step, we test if you have the ''virtualenv'' tool.


Take this moment to open up a command prompt. Enter the command:
Take this moment to open up a command prompt. Enter the command:

Revision as of 05:00, 24 February 2013

Test if you have the required tools

In this step, we test if you have the virtualenv tool.

Take this moment to open up a command prompt. Enter the command:

virtualenv --help

You should see a help message that looks something like this:

Usage: virtualenv [OPTIONS] DEST_DIR

Options:
  --version             show program's version number and exit

If you don't see that friendly message, grab virtualenv.py and save it ... where?