Lines Matching defs:install
1 """distutils.command.install
3 Implements the Distutils 'install' command."""
90 class install(Command):
92 description = "install everything from build directory"
101 "(Unix only) home directory to install under"),
104 ('install-base=', None,
106 ('install-platbase=', None,
110 "install everything relative to this alternate root directory"),
113 ('install-purelib=', None,
115 ('install-platlib=', None,
117 ('install-lib=', None,
119 "(overrides --install-purelib and --install-platlib)"),
121 ('install-headers=', None,
123 ('install-scripts=', None,
125 ('install-data=', None,
143 # Where to install documentation (eventually!)
145 #('install-man=', None, "directory for Unix man pages"),
146 #('install-html=', None, "directory for HTML documentation"),
147 #('install-info=', None, "directory for GNU info files"),
157 "install in user site-package '%s'" % USER_SITE))
174 # the --install-{platlib,purelib,scripts,data} options).
200 # be turned off if it makes no sense to install a .pth file. (But
201 # better to install it uselessly than to guess wrong and not
202 # install it when it's necessary and would be used!) Currently,
221 # are not user options, because if the user told the install
247 # anything else we care to install from a Python module
262 "install-base/install-platbase -- not both")
353 # Pick the actual directory to install all modules to: either
388 # Find out the build directories, ie. where to install from.
425 "install-base or install-platbase supplied, but "
475 "I don't know how to install stuff on '%s'" % os.name)
478 """Sets the install directories by applying the install schemes."""
501 """Calls `os.path.expanduser` on install dirs."""
547 """Change the install directories pointed by name using root."""
566 # Obviously have to build before we can install
569 # If we built for any other platform, we can't install.
571 # check warn_dir - it is a clue that the 'install' is happening
575 raise DistutilsPlatformError("Can't install when "
653 modules to install."""
659 install."""
664 install."""
669 install."""