Commit b2cac529 authored by Jim Fulton's avatar Jim Fulton

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

develop egg link.
parent 89dad718
......@@ -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