Lines Matching refs:PYTHON
8 call ..\PCbuild\find_python.bat %PYTHON%
10 if not defined PYTHON set PYTHON=py variable
13 %PYTHON% -c "import sphinx" > nul 2> nul
15 echo Installing sphinx with %PYTHON%
16 %PYTHON% -m pip install sphinx==2.2.0
19 set SPHINXBUILD=%PYTHON% -c "import sphinx.cmd.build, sys; sys.exit(sphinx.cmd.build.main())"
22 %PYTHON% -c "import python_docs_theme" > nul 2> nul
24 echo Installing python-docs-theme with %PYTHON%
25 %PYTHON% -m pip install python-docs-theme
30 %PYTHON% -c "import blurb" > nul 2> nul
32 echo Installing blurb with %PYTHON%
33 %PYTHON% -m pip install blurb
36 set BLURB=%PYTHON% -m blurb
57 if not defined DISTVERSION for /f "usebackq" %%v in (`%PYTHON% tools/extensions/patchlevel.py`) do …
171 cmd /S /C "%PYTHON% tools\rstlint.py -i tools"
175 cmd /S /C "%PYTHON% ..\Tools\scripts\serve.py "%BUILDDIR%\html""