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

From OpenHatch wiki
Content added Content deleted
imported>Paulproteus
imported>Paulproteus
Line 5: Line 5:
Take this moment to open up a command prompt. Enter the command:
Take this moment to open up a command prompt. Enter the command:


<code>
<pre>
virtualenv --help
virtualenv --help
</code>
</pre>


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

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?