Lines Matching refs:user
156 user_options.append(('user', None,
157 "install in user site-package '%s'" % USER_SITE))
158 boolean_options.append('user')
170 self.user = 0
172 # These select only the installation base; it's up to the user to
180 # supplied by the user, they are filled in using the installation
211 # a user option, it's just there so the bdist_* commands can turn
221 # are not user options, because if the user told the install
240 # array of user input is decided. Yes, it's quite complex!)
268 if self.user and (self.prefix or self.exec_prefix or self.home or
270 raise DistutilsOptionError("can't combine user with prefix, "
283 # install_platbase, user-supplied versions of
350 if self.user:
355 # module distribution is pure or not. Of course, if the user
397 """Dumps the list of user options."""
429 if self.user:
457 if self.user:
554 if not self.user: