diff options
author | tarek <none@none> | 2009-10-10 17:19:20 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-10-10 17:19:20 +0200 |
commit | 9a46d20ebd044b88c3d3c426f56c4b36372b2403 (patch) | |
tree | e5c8773cf42b9ec7b7af169fa14a1c0ec1b218bc | |
parent | b76a5bf6c2386785eef7f3f3123878c22fba8145 (diff) | |
download | external_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-x | README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |