Commit 775967de authored by tarek's avatar tarek

this is not finished yet. lets make a clean work for 0.6.3 for zc.buildout support

--HG--
branch : distribute
extra : rebase_source : 39abb9d72dc676082ce0337453efe20884936dd5
parent 2f2ef4a8
......@@ -162,15 +162,12 @@ Install FAQ
- **How does Distribute interact with zc.buildout?**
Some work is being done on zc.buildout side to make its bootstrap
work with Distribute. Until then, using Distribute in zc.buildout is a bit
tricky.
work with Distribute. Until then, using Distribute in zc.buildout is a bit
tricky because the bootstrap process of zc.buildout hardcodes the
installation of Setuptools.
Like virtualenv, Distribute has to be installed after setuptools. The simplest
way is to add it in a ``zc.recipe.egg`` section so the job is done when you
build your buildout.
If you are combining zc.buildout and virtualenv, you might fail in the
problem described in the previous FAQ entry.
The plan is to come with a working bootstrap.py for zc.buildout for the
0.6.3 release.
-----------------------------
Feedback and getting involved
......
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