Home
last modified time | relevance | path

Searched defs:PYTHON (Results 1 – 25 of 39) sorted by relevance

12

/third_party/python/PCbuild/
Dfind_python.bat18 @if exist "%*" (set PYTHON="%*") & (set _Py_Python_Source=from environment) & goto :found variable
22 @if exist "%~1" (set PYTHON="%~1") & (set _Py_Python_Source=from environment) & goto :found variable
25 @set PYTHON= variable
28 @if NOT "%VIRTUAL_ENV%"=="" (set PYTHON="%VIRTUAL_ENV%\Scripts\python.exe") & (set _Py_Python_Sourc… variable
34 @if exist "%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe" (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx… variable
37 …c "import sys; assert sys.version_info[:2] >= (3, 6)" >nul 2>nul && (set PYTHON="%HOST_PYTHON%") &… variable
40 @for %%p in (3.7 3.6) do @py -%%p -EV >nul 2>&1 && (set PYTHON=py -%%p) && (set _Py_Python_Source=f… variable
62 @if not errorlevel 1 (set PYTHON="%_Py_EXTERNALS_DIR%\pythonx86\tools\python.exe") & (set _Py_Pytho… variable
Dget_externals.bat21 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts variable
/third_party/python/Tools/freeze/test/
DMakefile3 PYTHON=python macro
/third_party/mbedtls/tests/
DMakefile42 PYTHON ?= python macro
48 PYTHON ?= python2 macro
/third_party/python/Tools/unicode/
DMakefile9 PYTHON = python macro
/third_party/python/Doc/
Dmake.bat10 if not defined PYTHON set PYTHON=py variable
DMakefile7 PYTHON = python3 macro
/third_party/python/Tools/msi/
Dget_externals.bat15 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts variable
/third_party/libuv/
Dvcbuild.bat142 if not defined PYTHON set PYTHON=python variable
/third_party/icu/icu4c/source/
Dconfigure.ac204 AC_SUBST(PYTHON) subst
/third_party/libxml2/
Dconfigure.ac1690 AC_SUBST(PYTHON) subst
/third_party/XKeyboardConfig/docs/
DMakefile199 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/geometry/sgi_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/symbols/sony_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/symbols/xfree68_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/compat/
DMakefile229 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/keycodes/digital_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/man/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/symbols/hp_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/symbols/sharp_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/types/
DMakefile229 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/symbols/fujitsu_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/geometry/digital_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/symbols/digital_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro
/third_party/XKeyboardConfig/symbols/nokia_vndr/
DMakefile230 PYTHON = /usr/bin/python3 macro

12