Lines Matching refs:python
6 :: Use python.exe if in %PATH%
8 for /f "delims=" %%a in ('where python.exe 2^> nul') do (
10 goto :found-python
17 if not errorlevel 1 goto :found-python
20 goto :no-python
32 :: https://www.python.org/dev/peps/pep-0514/#installpath
47 :found-python
48 echo Python found in %p%\python.exe
49 call :check-python "%p%\python.exe"
50 if errorlevel 1 goto :no-python
59 :check-python
68 :no-python