Merge pull request #177 from epequeno/virtualenv
authorKenneth Reitz <me@kennethreitz.com>
Wed, 4 Jul 2012 01:17:57 +0000 (18:17 -0700)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 4 Jul 2012 01:17:57 +0000 (18:17 -0700)
remove deprecated flag

docs/starting/install/linux.rst

index 06aeb9e..5032ed2 100644 (file)
@@ -58,7 +58,7 @@ project's directory
 
 .. code-block:: console
 
-    $ virtualenv --distribute venv
+    $ virtualenv venv
 
 To use an environment, run ``source venv/bin/activate``. Your command prompt
 will change to show the active environment. Once you have finished working in