aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortarek <none@none>2009-10-10 17:19:20 +0200
committertarek <none@none>2009-10-10 17:19:20 +0200
commit9a46d20ebd044b88c3d3c426f56c4b36372b2403 (patch)
treee5c8773cf42b9ec7b7af169fa14a1c0ec1b218bc
parentb76a5bf6c2386785eef7f3f3123878c22fba8145 (diff)
downloadexternal_python_setuptools-9a46d20ebd044b88c3d3c426f56c4b36372b2403.tar.gz
external_python_setuptools-9a46d20ebd044b88c3d3c426f56c4b36372b2403.tar.bz2
external_python_setuptools-9a46d20ebd044b88c3d3c426f56c4b36372b2403.zip
added a note on shared eggs folder
--HG-- branch : distribute extra : rebase_source : 09545a175010b1105b8223c90638e9180feeb1c2
-rwxr-xr-xREADME.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 219c65d9..ec167c24 100755
--- a/README.txt
+++ b/README.txt
@@ -199,6 +199,10 @@ Install FAQ
at `http://nightly.ziade.org/bootstrap.py`. The code is located at
`http://bitbucket.org/tarek/buildout-distribute`.
+ Beware that if you use a shared eggs folder with buildout, you need to
+ switch all buildouts that use it to distribute. This is due to the fact
+ that the setuptools eggs located in the shared folder will be replaced
+ by a fake one, alongside distribute.
-----------------------------
Feedback and getting involved