# Hack to manually install setuptools outside of the Buildout environment.# It is useful in case of using things like "python setup.py test" in eggs# downloaded from source (so not using bildout magic).# To be able to use it, you should in your instance do an:# export PYTHONPATH=${:location} (defined in ${:environment})location = ${buildout:parts-directory}/${:_buildout_section_name_}environment = export PATH=${python2.7:location}/bin:$PATH; export PYTHONPATH=${:location};stop-on-error = truerecipe = plone.recipe.commandupdate = true