Home
last modified time | relevance | path

Searched refs:userbase (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dsite.py288 def _get_path(userbase): argument
321 userbase = getuserbase() # this will also set USER_BASE
324 if userbase is None:
327 USER_SITE = _get_path(userbase)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch743 - 'headers': '$userbase/Python$py_version_nodot/Include/$dist_name',
744 - 'scripts': '$userbase/Python$py_version_nodot/Scripts',
745 + 'headers': '$userbase/include/python$py_version_short_plat$abiflags/$dist_name',
746 + 'scripts': '$userbase/bin',
747 'data' : '$userbase',
754 - '$userbase/include/python$py_version_short$abiflags/$dist_name',
755 + '$userbase/include/python$py_version_short_plat$abiflags/$dist_name',
756 'scripts': '$userbase/bin',
757 'data' : '$userbase',
776 self.convert_paths('userbase', 'usersite')
[all …]
/third_party/python/Doc/install/
Dindex.rst313 as :file:`{userbase}` hereafter). This scheme installs pure Python modules and
320 modules :file:`{userbase}/lib/python{X.Y}/site-packages`
321 scripts :file:`{userbase}/bin`
322 data :file:`{userbase}`
323 C headers :file:`{userbase}/include/python{X.Y}{abiflags}/{distname}`
331 modules :file:`{userbase}\\Python{XY}\\site-packages`
332 scripts :file:`{userbase}\\Python{XY}\\Scripts`
333 data :file:`{userbase}`
334 C headers :file:`{userbase}\\Python{XY}\\Include\\{distname}`
344 :file:`{userbase}/include` to the compiler search path for header files and
[all …]
/third_party/python/Doc/whatsnew/
D3.2.rst2103 userbase = "C:\Documents and Settings\Raymond\Application Data\Python"