Mercurial > dotfiles
comparison install.cmd @ 477:6f788c83b7f6
Clean up installer output.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 05 Feb 2020 09:28:55 -0800 |
parents | a9011b1b073f |
children |
comparison
equal
deleted
inserted
replaced
476:ace0146ff1bc | 477:6f788c83b7f6 |
---|---|
2 setlocal | 2 setlocal |
3 | 3 |
4 set CWD=%~dp0 | 4 set CWD=%~dp0 |
5 | 5 |
6 set PYEXE=python | 6 set PYEXE=python |
7 where %PYEXE% 2>nul | 7 where %PYEXE% 1>nul 2>nul |
8 if errorlevel 1 ( | 8 if errorlevel 1 ( |
9 echo Python isn't in your PATH. Run the install script yourself. | 9 echo Python isn't in your PATH. Run the install script yourself. |
10 exit /b 1 | 10 exit /b 1 |
11 ) | 11 ) |
12 | 12 |