From 42f4dfbbdfee2d95ca23f13f869b12da5eb170ce Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 1 Nov 2009 19:29:09 +0100 Subject: Minor README update for virtualenv support --HG-- branch : distribute extra : rebase_source : e8b42712bacf676aff921689119761724358b764 --- README.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 4930872a..b6340b04 100755 --- a/README.txt +++ b/README.txt @@ -178,12 +178,11 @@ Install FAQ If it wasn't doing it, a program that would try to install Setuptools would overwrite in turn Distribute. -- **How does Distribute interacts with virtualenv?** +- **How does Distribute interact with virtualenv?** - Everytime you create a virtualenv it will install setuptools, so you need to - re-install Distribute in it right after. The Distribute project will not - attempt to patch virtualenv so it uses it when globally installed. - We will just wait for virtualenv to eventually switch to Distribute. + Everytime you create a virtualenv it will install setuptools by default. + You either need to re-install Distribute in it right after or pass the + ``--distribute`` option when creating it. Once installed, your virtualenv will use Distribute transparently. -- cgit v1.2.3