Searched full:pythonuserbase (Results 1 – 16 of 16) sorted by relevance
45 PYTHONUSERBASE="$(pwd)/LOCAL"46 PATH="$PYTHONUSERBASE/bin:$PATH"
247 env["PYTHONUSERBASE"] = "/tmp"252 "User base not set by PYTHONUSERBASE")262 # let's set PYTHONUSERBASE and see if it uses it268 environ['PYTHONUSERBASE'] = 'xoxo'319 del environ['PYTHONUSERBASE']
235 p = _wgetenv(L"PYTHONUSERBASE"); in wmain()237 _wputenv_s(L"PYTHONUSERBASE", get_user_base().c_str()); in wmain()
213 env["PYTHONUSERBASE"] = "/tmp"226 # let's set PYTHONUSERBASE and see if it uses it232 environ['PYTHONUSERBASE'] = 'xoxo'
146 also :envvar:`PYTHONUSERBASE`.169 :envvar:`PYTHONUSERBASE`.
195 See also :envvar:`PYTHONUSERBASE`.225 :envvar:`PYTHONUSERBASE`.
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`` environment1013 ``PYTHONUSERBASE``, that contains just those packages.
592 .IP PYTHONUSERBASE
265 env_base = os.environ.get("PYTHONUSERBASE", None)
110 env_base = os.environ.get("PYTHONUSERBASE", None)
603 .. envvar:: PYTHONUSERBASE
176 env_base = os.environ.get("PYTHONUSERBASE", None)
796 .. envvar:: PYTHONUSERBASE
540 environment variable. :envvar:`PYTHONUSERBASE` sets the root
536 environment variable. :envvar:`PYTHONUSERBASE` sets the root
127480 ._data = "PYTHONUSERBASE",