[Distutils] Why isn't a link given higher precedence than an egg
Jim Fulton
jim at zope.com
Wed May 24 21:41:47 CEST 2006
In an egg directory, I have:
zc.buildout-0.1-py2.3.egg
zc.buildout.egg-link
and the version the link is pointing to is 0.1.
If en environment is asked to pick the best match, it picks
zc.buildout-0.1-py2.3.egg. Given that a link is the result of
"setup.py develop", I would expect it to get preference bacause it
reflects current developemnt.
Jim
--
Jim Fulton mailto:jim at zope.com Python Powered!
CTO (540) 361-1714 http://www.python.org
Zope Corporation http://www.zope.com http://www.zope.org
More information about the Distutils-SIG
mailing list