Message60550
| 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:06 | admin | link | issue1011113 messages |
| 2008年01月20日 09:57:06 | admin | create |
|