Home | History | Annotate | Download | only in edk2

Lines Matching refs:Python

302 @echo ERROR : Unable to rebuild the BaseTools binaries, python does not appear to be

303 @echo installed. If python is installed, please set the environment
304 @echo variable, PYTHONHOME to the Path to the python.exe, for example,
305 @echo if python.exe is located in the C:\Python27 directory, then:
311 @echo ERROR : Unable to rebuild the BaseTools binaries, python does not appear to be
313 @echo The python executable was not found in the PYTHONHOME: %PYTHONHOME%
314 @echo If python is installed, please set the environment variable, PYTHONHOME
315 @echo to the Path that contains python.exe, for example, if python.exe is
432 @echo !!! WARNING !!! Setup environment to run Python scripts directly.
446 @set BASETOOLS_PYTHON_SOURCE=%BASE_TOOLS_PATH%\Source\Python
453 @REM Use the python script if possible to test is the svn command is available, if it fails, the user may be
469 @echo Python does not appear to be available either. This script cannot be used to
486 @if not exist "%PYTHONHOME%\python.exe" @goto BadPython
487 @REM python.exe has been located, now make sure it's in the PATH
488 @call python --version > nul 2>&1
489 @if errorlevel 1 @set "PATH=%PYTHONHOME%\python.exe;%PATH%"