Home
last modified time | relevance | path

Searched refs:PYTHONPATH (Results 1 – 25 of 63) sorted by relevance

123

/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-configure-python.js32 delete process.env.PYTHONPATH
37 assert.strictEqual(process.env.PYTHONPATH, EXPECTED_PYPATH)
46 process.env.PYTHONPATH = existingPath
51 assert.strictEqual(process.env.PYTHONPATH, [EXPECTED_PYPATH, existingPath].join(SEPARATOR))
53 var dirs = process.env.PYTHONPATH.split(SEPARATOR)
66 process.env.PYTHONPATH = existingPath
71 assert.strictEqual(process.env.PYTHONPATH, [EXPECTED_PYPATH, existingPath].join(SEPARATOR))
73 var dirs = process.env.PYTHONPATH.split(SEPARATOR)
/third_party/python/Lib/idlelib/
Didle.pyw10 pypath = os.environ.get('PYTHONPATH', '')
12 os.environ['PYTHONPATH'] = pypath + ':' + idledir
14 os.environ['PYTHONPATH'] = idledir
/third_party/ltp/testcases/realtime/func/pi-tests/
Drun_auto.sh18 PYTHONPATH=../../ python3 parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
22 PYTHONPATH=../../ python3 parse-testpi2.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
26 PYTHONPATH=../../ python3 parse-testpi1.py $LOG_FILE 2>&1 | tee -a $LOG_FILE
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-pytest.sh31 PYTHONPATH="${TEST_DIR}:${PYTHONPATH}" python3 -m \
Dlava-submit.sh30 PYTHONPATH=artifacts/ artifacts/lava/lava_job_submitter.py \
/third_party/python/PC/
Dreadme.txt20 2) The PYTHONPATH variable, if set.
32 to C:/python/lib. Then you don't need to set PYTHONPATH. Otherwise,
33 set the environment variable PYTHONPATH to your Python search path.
35 set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos-8x3
Dpyconfig.h70 #ifndef PYTHONPATH
71 # define PYTHONPATH L".\\DLLs;.\\lib" macro
Dgetpathp.c813 for (p = PYTHONPATH; *p; p++) { in calculate_module_search_path()
820 bufsz += wcslen(PYTHONPATH) + 1; in calculate_module_search_path()
871 if (wcscpy_s(buf, bufsz - (buf - start_buf), PYTHONPATH)) { in calculate_module_search_path()
878 const wchar_t *p = PYTHONPATH; in calculate_module_search_path()
/third_party/icu/icu4c/source/test/testdata/
Dtestdata.mak37 set PYTHONPATH=$(ICUP)\source\python;%PYTHONPATH%
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dconfigure.js313 if (process.env.PYTHONPATH) {
314 pypath.push(process.env.PYTHONPATH)
316 process.env.PYTHONPATH = pypath.join(win ? ';' : ':')
/third_party/vk-gl-cts/external/vulkan-docs/src/
Dgen-script-docs.sh32 export PYTHONPATH=${SPECDIR}/scripts
/third_party/skia/third_party/externals/icu/patches/
Dconfigure.patch10 - PYTHONPATH="$srcdir/python" \
/third_party/python/Lib/test/
Dtest_compileall.py528 self.assertRunOK(PYTHONPATH=self.directory)
537 self.assertRunOK(PYTHONPATH=self.directory)
543 self.assertRunOK(PYTHONPATH=self.directory)
547 self.assertRunOK('-f', PYTHONPATH=self.directory)
554 noisy = self.assertRunOK(PYTHONPATH=self.directory)
556 quiet = self.assertRunOK('-q', PYTHONPATH=self.directory)
1075 "-O", "-c", "import module", __isolated=False, PYTHONPATH=self.path
Dtest_cmd_line.py322 PYTHONPATH=path)
337 rc1, out1, err1 = assert_python_ok('-c', code, PYTHONPATH="")
866 PYTHONPATH=path)
Dtest_cmd_line_script.py329 PYTHONPATH=zip_name, cwd=script_dir)
337 PYTHONPATH=zip_name, cwd=script_dir)
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage2.sh80 export PYTHONPATH=$(python3 -c "import sys;print(\":\".join(sys.path))")
/third_party/python/
DMakefile.pre.in793 $(CC) -c $(PY_CORE_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \
842 PYTHONPATH=$(srcdir)/Tools/peg_generator $(PYTHON_FOR_REGEN) -m pegen -q python \
851 PYTHONPATH=$(srcdir)/Tools/peg_generator $(PYTHON_FOR_REGEN) -m pegen -q c \
920 PYTHONPATH=$(srcdir)/Tools/peg_generator $(PYTHON_FOR_REGEN) -m pegen.keywordgen \
1603 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
1608 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
1613 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
1618 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
1622 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
1626 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
[all …]
/third_party/googletest/googlemock/scripts/generator/
DREADME.cppclean56 run.sh is a simple wrapper that sets PYTHONPATH to /cppclean and then
/third_party/selinux/
DREADME.md103 …elative to `$DESTDIR`) need to be added to variables `$LD_LIBRARY_PATH`, `$PATH` and `$PYTHONPATH`.
/third_party/python/Misc/NEWS.d/
D3.6.0b4.rst58 compile-time PYTHONPATH components.
/third_party/python/Doc/using/
Dcmdline.rst258 :envvar:`PYTHONPATH` and :envvar:`PYTHONHOME`, that might be set.
551 .. envvar:: PYTHONPATH
558 In addition to normal directories, individual :envvar:`PYTHONPATH` entries
564 is *always* appended to :envvar:`PYTHONPATH`.
567 :envvar:`PYTHONPATH` as described above under
Dwindows.rst534 C:\>set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
558 The :envvar:`PYTHONPATH` variable is used by all versions of Python 2 and
978 * If the environment variable :envvar:`PYTHONPATH` exists, as described in
998 * If the Python Home cannot be located, no :envvar:`PYTHONPATH` is specified in
1036 * Clear and/or overwrite :envvar:`PYTHONPATH` and set :envvar:`PYTHONHOME`
/third_party/skia/third_party/externals/icu/source/data/
DMakefile.in139 PYTHONPATH=$(top_srcdir)/python @PYTHON@ -m icutools.databuilder.test
/third_party/icu/icu4c/source/data/
DMakefile.in139 PYTHONPATH=$(top_srcdir)/python @PYTHON@ -m icutools.databuilder.test
/third_party/python/Doc/extending/
Dbuilding.rst12 To be importable, the shared library must be available on :envvar:`PYTHONPATH`,

123