[Distutils] Question on using distutils.core.run_setup
Terry Jones
terry at jon.es
Wed Mar 19 04:03:26 CET 2008
>>>>> "Phillip" == Phillip J Eby <pje at telecommunity.com> writes:
Phillip> At 06:27 AM 3/18/2008 +0100, Terry Jones wrote:
[snip]
>> If so, how can I find where the thing(s) I installed now resides?
[snip]
Phillip> It'd be on the 'install_lib' command instance, not the
Phillip> distribution. Try
Phillip> dist.get_finalized_command('install_lib').install_dir instead.
For the record / archives, I think this should be
dist.get_command_obj('install_lib').install_dir
Thanks again,
Terry
More information about the Distutils-SIG
mailing list