Searched refs:ENABLE_USER_SITE (Results 1 – 10 of 10) sorted by relevance
82 ENABLE_USER_SITE = None variable315 if ENABLE_USER_SITE and os.path.isdir(user_site):466 global PREFIXES, ENABLE_USER_SITE512 ENABLE_USER_SITE = False563 global ENABLE_USER_SITE573 if ENABLE_USER_SITE is None:574 ENABLE_USER_SITE = check_enableusersite()583 if ENABLE_USER_SITE:618 print("ENABLE_USER_SITE: %r" % ENABLE_USER_SITE)629 if ENABLE_USER_SITE:[all …]
70 ENABLE_USER_SITE = None variable272 if ENABLE_USER_SITE and os.path.isdir(user_site):519 global ENABLE_USER_SITE523 if ENABLE_USER_SITE is None:524 ENABLE_USER_SITE = check_enableusersite()525 if ENABLE_USER_SITE:537 if ENABLE_USER_SITE:572 print "ENABLE_USER_SITE: %r" % ENABLE_USER_SITE583 if ENABLE_USER_SITE:585 elif ENABLE_USER_SITE is False:[all …]
74 saved = site.ENABLE_USER_SITE78 site.ENABLE_USER_SITE = saved
96 :data:`ENABLE_USER_SITE` is true. This file is intended to be created in the112 .. data:: ENABLE_USER_SITE196 :data:`USER_SITE`, and finally the value of :data:`ENABLE_USER_SITE`.
128 :data:`ENABLE_USER_SITE` is true. This file is intended to be created in the165 .. data:: ENABLE_USER_SITE235 site-packages was added to ``sys.path`` :data:`ENABLE_USER_SITE` should be259 :data:`USER_SITE`, and finally the value of :data:`ENABLE_USER_SITE`.
119 if _site.ENABLE_USER_SITE and _site.USER_SITE is not None:
36 if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE):186 @unittest.skipUnless(site.ENABLE_USER_SITE, "requires access to PEP 370 "
161 if site.ENABLE_USER_SITE:192 if site.ENABLE_USER_SITE:265 if site.ENABLE_USER_SITE:370 if not self.user or not site.ENABLE_USER_SITE:1439 if site.ENABLE_USER_SITE:
44 if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE):198 @unittest.skipUnless(site.ENABLE_USER_SITE, "requires access to PEP 370 "
2255 expecting this boolean variable should use ``site.ENABLE_USER_SITE``