is there a way to tell distutils/setuptools to ignore ~/.pydistutils.cfg? I use a config to keep easy_install'd packages in my home directory but doing so confuses MacPorts; they're apparently passing --exec/-- exec-prefix, but it seems to be getting overriden by my config. See: http://trac.macports.org/projects/macports/ticket/9831#comment :4
Hi Peter, not yet, but some work is being done at this time: http://bugs.python.org/issue1180 Regards On Sat, Apr 26, 2008 at 5:55 PM, Peter Fein <pfein@pobox.com> wrote:
is there a way to tell distutils/setuptools to ignore ~/.pydistutils.cfg?
I use a config to keep easy_install'd packages in my home directory but doing so confuses MacPorts; they're apparently passing --exec/--exec-prefix, but it seems to be getting overriden by my config. See: http://trac.macports.org/projects/macports/ticket/9831#comment:4 _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
-- Tarek Ziadé | Association AfPy | www.afpy.org Blog FR | http://programmation-python.org Blog EN | http://tarekziade.wordpress.com/
On Sat, Apr 26, 2008 at 11:55:57AM -0400, Peter Fein wrote:
is there a way to tell distutils/setuptools to ignore ~/.pydistutils.cfg?
I use a config to keep easy_install'd packages in my home directory but doing so confuses MacPorts; they're apparently passing --exec/-- exec-prefix, but it seems to be getting overriden by my config. See: http://trac.macports.org/projects/macports/ticket/9831#comment:4
For a similar reason I removed ~/.pydistutils.cfg and instead created a very short easy_install wrapper script to come first in my $PATH. It invokes the real easy_install and passes a couple of options that I previously specified in .pydistutils.cfg. Marius Gedminas -- Press any key to continue, or any other key to cancel.
participants (3)
-
Marius Gedminas
-
Peter Fein
-
Tarek Ziadé