Methods
- change_roots(self, *names)
- Overrides: change_roots from class install
- convert_paths(self, *names)
- Overrides: convert_paths from class install
- expand_basedirs(self)
- Overrides: expand_basedirs from class install
- expand_dirs(self)
- Overrides: expand_dirs from class install
- finalize_options(self)
- Overrides: finalize_options from class install
- finalize_other(self)
- Overrides: finalize_other from class install
- finalize_unix(self)
- Overrides: finalize_unix from class install
- get_installation_report(self)
- get_scheme(self, name)
- get_scheme_keys(self)
- get_source_files(self)
- has_config(self)
- has_devel(self)
- has_docs(self)
- has_l10n(self)
- has_localstate(self)
- has_sysconf(self)
- has_text(self)
- initialize_options(self)
- Overrides: initialize_options from class install
- run(self)
- Overrides: run from class install
- select_scheme(self, name)
- Overrides: select_scheme from class install
Methods inherited from class distutils.command.install.install
create_path_file, dump_dirs, get_inputs, get_outputs, handle_extra_path, has_data, has_headers, has_lib, has_scripts
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 = ['compile', 'force', 'skip-build', 'with-docs', 'local', 'system']
- command_name = 'install'
- index = 14
- negative_opt = {'no-compile': 'compile', 'without-docs': 'with-docs'}
- sub_commands = [('install_lib', <function has_lib at 0xb7bd6bc4>), ('install_headers', <function has_headers at 0xb7bd6bfc>), ('install_scripts', <function has_scripts at 0xb7bd6c34>), ('install_data', <function has_data at 0xb7bd6c6c>), ('install_egg_info', <function <lambda> at 0xb7bd6ca4>), ('install_sysconf', <function has_sysconf at 0xb7b92dbc>), ('install_localstate', <function has_localstate at 0xb7b92df4>), ('install_devel', <function has_devel at 0xb7b92e9c>), ('install_text', <function has_text at 0xb7b92e2c>), ('install_html', <function has_docs at 0xb7b92e64>), ('install_l10n', <function has_l10n at 0xb7b92ed4>), ('install_config', <function has_config at 0xb7b92f0c>)]
- user_options = [('prefix=', None, 'installation prefix'), ('exec-prefix=', None, '(Unix only) prefix for platform-specific files'), ('local', None, '(Unix only) Use FHS /usr/local installation scheme [default]'), ('system', None, '(Unix only) Use FHS /usr system installation scheme'), ('home=', None, '(Unix only) home directory to install under'), ('install-base=', None, 'base installation directory (instead of --prefix or --home)'), ('install-platbase=', None, 'base installation directory for platform-specific files (instead of --exec-prefix or --home)'), ('root=', None, 'install everything relative to this alternate root directory'), ('install-purelib=', None, 'installation directory for pure Python module distributions'), ('install-platlib=', None, 'installation directory for non-pure module distributions'), ('install-lib=', None, 'installation directory for all module distributi...verrides --install-purelib and --install-platlib)'), ('install-headers=', None, 'installation directory for C/C++ headers'), ('install-scripts=', None, 'installation directory for Python scripts'), ('install-data=', None, 'installation directory for data files'), ('install-sysconf=', None, 'installation directory for read-only host-specific data'), ('install-localstate=', None, 'installation directory for modifiable host-specific data'), ('install-devel=', None, 'installation directory for development files (regression tests)'), ('install-l10n=', None, 'installation directory for message catalogs'), ('install-docs=', None, 'installation directory for documentation files'), ('compile', 'c', 'compile .py to .pyc [default]'), ...]
Members inherited from class distutils.command.install.install
description