Searched full:pythonuserbase (Results 1 – 25 of 34) sorted by relevance
12
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_site.py | 247 env["PYTHONUSERBASE"] = "/tmp" 252 "User base not set by PYTHONUSERBASE") 262 # let's set PYTHONUSERBASE and see if it uses it 268 environ['PYTHONUSERBASE'] = 'xoxo' 319 del environ['PYTHONUSERBASE']
|
/aosp_15_r20/external/jsoncpp/ |
H A D | .travis.yml | 45 PYTHONUSERBASE="$(pwd)/LOCAL" 46 PATH="$PYTHONUSERBASE/bin:$PATH"
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_site.py | 213 env["PYTHONUSERBASE"] = "/tmp" 226 # let's set PYTHONUSERBASE and see if it uses it 232 environ['PYTHONUSERBASE'] = 'xoxo'
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python_uwp.cpp | 235 p = _wgetenv(L"PYTHONUSERBASE"); in wmain() 237 _wputenv_s(L"PYTHONUSERBASE", get_user_base().c_str()); in wmain()
|
/aosp_15_r20/external/python/setuptools/docs/deprecated/ |
D | easy_install.rst | 988 `Use the "--user" option and customize "PYTHONUSERBASE"`_ 992 … ``setup.py install`` options, combined with ``PYTHONPATH`` and/or ``PYTHONUSERBASE`` alterations,… 1008 Use the "--user" option and customize "PYTHONUSERBASE" 1010 The User scheme install location can be customized by setting the ``PYTHONUSERBASE`` environment 1013 ``PYTHONUSERBASE``, that contains just those packages.
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | site.rst | 146 also :envvar:`PYTHONUSERBASE`. 169 :envvar:`PYTHONUSERBASE`.
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | site.rst | 195 See also :envvar:`PYTHONUSERBASE`. 225 :envvar:`PYTHONUSERBASE`.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/share/man/man1/ |
D | python3.1 | 592 .IP PYTHONUSERBASE
|
D | python3.11.1 | 592 .IP PYTHONUSERBASE
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/share/man/man1/ |
D | python3.1 | 592 .IP PYTHONUSERBASE
|
D | python3.11.1 | 592 .IP PYTHONUSERBASE
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | python.man | 592 .IP PYTHONUSERBASE
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/share/man/man1/ |
D | python3.11.1 | 592 .IP PYTHONUSERBASE
|
D | python3.1 | 592 .IP PYTHONUSERBASE
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/share/man/man1/ |
D | python3.1 | 592 .IP PYTHONUSERBASE
|
D | python3.11.1 | 592 .IP PYTHONUSERBASE
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | site.py | 265 env_base = os.environ.get("PYTHONUSERBASE", None)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | site.py | 265 env_base = os.environ.get("PYTHONUSERBASE", None)
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | site.py | 265 env_base = os.environ.get("PYTHONUSERBASE", None)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | site.py | 265 env_base = os.environ.get("PYTHONUSERBASE", None)
|
D | sysconfig.py | 110 env_base = os.environ.get("PYTHONUSERBASE", None)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | site.py | 265 env_base = os.environ.get("PYTHONUSERBASE", None)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | site.py | 265 env_base = os.environ.get("PYTHONUSERBASE", None)
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | sysconfig.py | 176 env_base = os.environ.get("PYTHONUSERBASE", None)
|
/aosp_15_r20/external/python/cpython2/Doc/using/ |
D | cmdline.rst | 603 .. envvar:: PYTHONUSERBASE
|
12