Home
last modified time | relevance | path

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

/external/jsoncpp/
D.travis.yml45 PYTHONUSERBASE="$(pwd)/LOCAL"
46 PATH="$PYTHONUSERBASE/bin:$PATH"
/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']
/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()
/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'
/external/python/cpython2/Doc/library/
Dsite.rst146 also :envvar:`PYTHONUSERBASE`.
169 :envvar:`PYTHONUSERBASE`.
/external/python/cpython3/Doc/library/
Dsite.rst195 See also :envvar:`PYTHONUSERBASE`.
225 :envvar:`PYTHONUSERBASE`.
/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.
/external/python/cpython3/Misc/
Dpython.man592 .IP PYTHONUSERBASE
/external/python/cpython3/Lib/
Dsite.py265 env_base = os.environ.get("PYTHONUSERBASE", None)
Dsysconfig.py110 env_base = os.environ.get("PYTHONUSERBASE", None)
/external/python/cpython2/Doc/using/
Dcmdline.rst603 .. envvar:: PYTHONUSERBASE
/external/python/cpython2/Lib/
Dsysconfig.py176 env_base = os.environ.get("PYTHONUSERBASE", None)
/external/python/cpython3/Doc/using/
Dcmdline.rst796 .. envvar:: PYTHONUSERBASE
/external/python/cpython3/Doc/whatsnew/
D2.6.rst540 environment variable. :envvar:`PYTHONUSERBASE` sets the root
/external/python/cpython2/Doc/whatsnew/
D2.6.rst536 environment variable. :envvar:`PYTHONUSERBASE` sets the root
/external/python/cpython3/android/Python/deepfreeze/
Ddeepfreeze.c127480 ._data = "PYTHONUSERBASE",