Lines Matching defs:install
4 (install all Python modules)."""
19 description = "install all Python modules (extensions and pure Python)"
37 ('install-dir=', 'd', "directory to install to"),
38 ('build-dir=','b', "build directory (where to install from)"),
52 # let the 'install' command dictate our installation directory
61 # Get all the information we need to install pure Python modules
62 # from the umbrella 'install' command -- build (source) directory,
63 # install (target) directory, and whether to compile .py files.
64 self.set_undefined_options('install',
93 outfiles = self.install()
109 def install(self):
113 self.warn("'%s' does not exist -- no Python modules to install" %
125 # Get the "--root" directory supplied to the "install" command,
129 install_root = self.get_finalized_command('install').root