This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author daishiharada
Recipients
Date 2004-08-18.00:36:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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?
History
Date User Action Args
2008-01-20 09:57:06adminlinkissue1011113 messages
2008-01-20 09:57:06admincreate