Commit 42f4dfbb authored by Jannis Leidel's avatar Jannis Leidel

Minor README update for virtualenv support

--HG--
branch : distribute
extra : rebase_source : e8b42712bacf676aff921689119761724358b764
parent cc0aa572
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment