At 06:29 PM 7/27/2010 +0200, Alan Franzoni wrote:
Hello, like other people, I'm experiencing some problems with binary dists and eggs across different linux distros. Is it possibile to tell easy_install or pip just to ignore any egg or bdist which can be found on the index and just use the sdist?
"easy_install -eb tmpdir requirement" will download and unpack source (or check out from svn:) to tmpdir/projectname (with projectname in all-lowercase).
And is there any way to integrate such behaviour with zc.buildout automatic dep fetching?
Probably. If there isn't an option to force building from source, you can probably create your own recipe/plugin to do it.
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
