[ python-Bugs-1011687 ] distutils install with -b / --build-base

SourceForge.net noreply at sourceforge.net
Wed Aug 18 21:01:08 CEST 2004


Bugs item #1011687, was opened at 2004-08-18 19:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1011687&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: daishi harada (daishiharada)
Assigned to: Nobody/Anonymous (nobody)
Summary: distutils install with -b / --build-base

Initial Comment:
This is somewhat related to Bug#818201, in that it
involves that fact that the --build-base option only
appears to be operational under the build command.

Hence it is not possible to do:

python setup.py install -b <somedir>

The --help for install does not say that one can, so
the situation is not as inconsistent as in the previous
bug report. Nevertheless, it is problematic that once
one does:

python setup.py build -b <somedir>

as far as I can tell there is _no way_ to just install
the result.

One needs to always do:

python setup.py build -b <somedir> install

This seems somewhat unwieldy; perhaps -b should be
more universally available to all distutil commands?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1011687&group_id=5470


More information about the Python-bugs-list mailing list