# HG changeset patch # User Ludovic Chabant # Date 1580923735 28800 # Node ID 6f788c83b7f6cc6c5dd368f9a3e9eb6821c4265e # Parent ace0146ff1bcb3f049ea75c0c99ff68a9b6f0b67 Clean up installer output. diff -r ace0146ff1bc -r 6f788c83b7f6 install.cmd --- a/install.cmd Wed Feb 05 09:28:34 2020 -0800 +++ b/install.cmd Wed Feb 05 09:28:55 2020 -0800 @@ -4,7 +4,7 @@ set CWD=%~dp0 set PYEXE=python -where %PYEXE% 2>nul +where %PYEXE% 1>nul 2>nul if errorlevel 1 ( echo Python isn't in your PATH. Run the install script yourself. exit /b 1