From: Estevan Pequeno Date: Wed, 4 Jul 2012 01:10:06 +0000 (-0500) Subject: remove deprecated flag X-Git-Url: https://git.eng.unimelb.edu.au/public?p=python-guide.git;a=commitdiff_plain;h=d262c89293cdcc272b817f886c437d5a2e6deb50 remove deprecated flag --- diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index 06aeb9e..5032ed2 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -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