HomeSort by relevance Sort by last modified time
    Searched refs:PYTHONHOME (Results 1 - 11 of 11) sorted by null

  /prebuilts/gdb/darwin-x86/bin/
gdb 3 PYTHONHOME="$GDBDIR/.." "$GDBDIR/gdb-orig" "$@"
  /prebuilts/gdb/linux-x86/bin/
gdb 3 PYTHONHOME="$GDBDIR/.." "$GDBDIR/gdb-orig" "$@"
  /external/python/cpython3/Lib/venv/scripts/nt/
activate.bat 13 set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
19 if defined PYTHONHOME (
20 set "_OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%"
21 set PYTHONHOME=
deactivate.bat 9 set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 304 @echo variable, PYTHONHOME to the Path to the python.exe, for example,
306 @echo set PYTHONHOME=C:\Python27
313 @echo The python executable was not found in the PYTHONHOME: %PYTHONHOME%
314 @echo If python is installed, please set the environment variable, PYTHONHOME
317 @echo set PYTHONHOME=C:\Python27
323 @echo in the %PYTHONHOME%\Scripts directoryin order to rebuild the BaseTools
435 @if defined PYTHONHOME (
436 @set PYTHON_HOME=%PYTHONHOME%
452 if defined PYTHONHOME (
    [all...]
  /external/python/cpython2/Lib/plat-os2emx/
grp.py 33 - ${PYTHONHOME}/Etc/group (or %PYTHONHOME%/Etc/group)
65 if os.environ.has_key('PYTHONHOME'):
66 __group_path.append('%s/Etc/group' % os.environ['PYTHONHOME'])
pwd.py 36 - ${PYTHONHOME}/Etc/passwd (or %PYTHONHOME%/Etc/passwd)
68 if os.environ.has_key('PYTHONHOME'):
69 __passwd_path.append('%s/Etc/passwd' % os.environ['PYTHONHOME'])
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 308 if defined PYTHONHOME (
309 set PYTHON_HOME=%PYTHONHOME%
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 311 os.environ["PYTHONHOME"] = resdir
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 311 os.environ["PYTHONHOME"] = resdir
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 311 os.environ["PYTHONHOME"] = resdir
    [all...]

Completed in 245 milliseconds