Re: [Distutils] Force easy_install to use .tar.gz (sdist) instead of bdist/bdist_egg
At 10:45 AM 7/28/2010 +0200, Hartmut Goebel wrote:
Am 27.07.2010 22:38, schrieb P.J. Eby:
"easy_install -eb tmpdir requirement" will download and unpack source (or check out from svn:) to tmpdir/projectname (with projectname in all-lowercase).
Unfortunately this does not install from source.
"easy_install -eb tmpdir requirement && easy_install tmpdir/projectnameinalllowercase" will, though. (As will "easy_install -eb tmpdir requirement && cd tmpdir/projectnamelower && python setup.py install", though this latter choice may or may not do an egg-based install.)
Pip always installs from source, but I don't know how you could add this behavior to zc.buildout. On Wed, Jul 28, 2010 at 3:23 PM, P.J. Eby <pje@telecommunity.com> wrote:
At 10:45 AM 7/28/2010 +0200, Hartmut Goebel wrote:
Am 27.07.2010 22:38, schrieb P.J. Eby:
"easy_install -eb tmpdir requirement" will download and unpack source (or check out from svn:) to tmpdir/projectname (with projectname in all-lowercase).
Unfortunately this does not install from source.
"easy_install -eb tmpdir requirement && easy_install tmpdir/projectnameinalllowercase" will, though. (As will "easy_install -eb tmpdir requirement && cd tmpdir/projectnamelower && python setup.py install", though this latter choice may or may not do an egg-based install.)
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
participants (2)
-
Hugo Lopes Tavares -
P.J. Eby