Home
last modified time | relevance | path

Searched full:pythonuserbase (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_site.py247 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.yml45 PYTHONUSERBASE="$(pwd)/LOCAL"
46 PATH="$PYTHONUSERBASE/bin:$PATH"
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_site.py213 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/
Dpython_uwp.cpp235 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/
Deasy_install.rst988 `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/
Dsite.rst146 also :envvar:`PYTHONUSERBASE`.
169 :envvar:`PYTHONUSERBASE`.
/aosp_15_r20/external/python/cpython3/Doc/library/
Dsite.rst195 See also :envvar:`PYTHONUSERBASE`.
225 :envvar:`PYTHONUSERBASE`.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/share/man/man1/
Dpython3.1592 .IP PYTHONUSERBASE
Dpython3.11.1592 .IP PYTHONUSERBASE
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/share/man/man1/
Dpython3.1592 .IP PYTHONUSERBASE
Dpython3.11.1592 .IP PYTHONUSERBASE
/aosp_15_r20/external/python/cpython3/Misc/
Dpython.man592 .IP PYTHONUSERBASE
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/share/man/man1/
Dpython3.11.1592 .IP PYTHONUSERBASE
Dpython3.1592 .IP PYTHONUSERBASE
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/share/man/man1/
Dpython3.1592 .IP PYTHONUSERBASE
Dpython3.11.1592 .IP PYTHONUSERBASE
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsite.py265 env_base = os.environ.get("PYTHONUSERBASE", None)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsite.py265 env_base = os.environ.get("PYTHONUSERBASE", None)
/aosp_15_r20/external/python/cpython3/Lib/
Dsite.py265 env_base = os.environ.get("PYTHONUSERBASE", None)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsite.py265 env_base = os.environ.get("PYTHONUSERBASE", None)
Dsysconfig.py110 env_base = os.environ.get("PYTHONUSERBASE", None)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsite.py265 env_base = os.environ.get("PYTHONUSERBASE", None)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsite.py265 env_base = os.environ.get("PYTHONUSERBASE", None)
/aosp_15_r20/external/python/cpython2/Lib/
Dsysconfig.py176 env_base = os.environ.get("PYTHONUSERBASE", None)
/aosp_15_r20/external/python/cpython2/Doc/using/
Dcmdline.rst603 .. envvar:: PYTHONUSERBASE

12