From 1fdb37aad89febbdd8349bc2247a3c090acaabf2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 4 Jul 2012 02:16:48 -0400 Subject: [PATCH] Revert "remove deprecated flag" This reverts commit d262c89293cdcc272b817f886c437d5a2e6deb50. --- docs/starting/install/linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index 5032ed2..06aeb9e 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -58,7 +58,7 @@ project's directory .. code-block:: console - $ virtualenv venv + $ virtualenv --distribute 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 -- 1.8.0.2