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 ...@@ -178,12 +178,11 @@ Install FAQ
If it wasn't doing it, a program that would try to install Setuptools If it wasn't doing it, a program that would try to install Setuptools
would overwrite in turn Distribute. 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 Everytime you create a virtualenv it will install setuptools by default.
re-install Distribute in it right after. The Distribute project will not You either need to re-install Distribute in it right after or pass the
attempt to patch virtualenv so it uses it when globally installed. ``--distribute`` option when creating it.
We will just wait for virtualenv to eventually switch to Distribute.
Once installed, your virtualenv will use Distribute transparently. 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