Commit 6e7a1f5b authored by jim's avatar jim

Use new develop-eggs rather than eggs directory for ac.buildout

develop egg link.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68723 62d5b8a3-27da-0310-9561-8e5933582275
parent a5fc570a
......@@ -34,7 +34,7 @@ import setuptools.package_index
import distutils.dist
os.spawnle(os.P_WAIT, sys.executable, sys.executable, 'setup.py',
'-q', 'develop', '-m', '-x', '-d', 'eggs',
'-q', 'develop', '-m', '-x', '-d', 'develop-eggs',
{'PYTHONPATH': os.path.dirname(pkg_resources.__file__)},
)
......
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