Methods
- finalize_options(self)
- Overrides: finalize_options from class Command
- finalize_other(self)
- finalize_posix(self)
- get_config_vars(self)
- initialize_options(self)
- Overrides: initialize_options from class Command
- run(self)
- Overrides: run from class Command
- write_config_vars(self, filename)
Methods inherited from class distutils.cmd.Command
__getattr__, __init__, announce, copy_file, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn
Members
- boolean_options = ['local', 'system', 'debug']
- command_name = 'config'
- description = 'select installation scheme and base directories'
- help_options = [('help-compiler', None, 'list available compilers', <function show_compilers>)]
- user_options = [('local', None, '(POSIX only) Use FHS /usr/local installation scheme'), ('system', None, '(POSIX only) Use FHS /usr installation scheme (e.g. for RPM builds)'), ('prefix=', None, 'Use POSIX autoconf-style or Windows installation scheme with this prefix'), ('exec-prefix=', None, '(POSIX only) Prefix for platform-specific files when using autoconf-style scheme'), ('home=', None, '(POSIX only) Use home directory installation scheme with this prefix'), ('pythonlibdir=', None, 'Directory for 3rd-party Python libraries (site-packages)'), ('bindir=', None, 'Directory for user executables'), ('datadir=', None, 'Directory for read-only platform-independent data'), ('sysconfdir=', None, 'Directory for read-only host-specific data'), ('localstatedir=', None, 'Directory for modifiable host-specific data'), ('libdir=', None, 'Directory for program & package libraries'), ('docdir=', None, 'Directory for documentation files'), ('localedir=', None, 'Directory for message catalogs'), ('mandir=', None, 'Directory for man documentation'), ('compiler=', 'c', 'specify the compiler type'), ('debug', 'g', 'compile extensions and libraries with debugging information')]
Members inherited from class distutils.cmd.Command
sub_commands