Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mita <mienaikage@users.noreply.github.com>2016-07-25 23:14:41 +0300
committerBrad Erickson <eosrei@gmail.com>2016-08-02 18:46:28 +0300
commitca48aba00ac042b298856af22a5f3d382216b30c (patch)
tree9a1cb74c22d9b99bae9c8e2c32941ed19612d569
parent9c2b5260aee756744ec7d19f46d858a8d3f03643 (diff)
windows: Prevent conflict with Strawberry Perl pip
-rw-r--r--windows/install.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/install.cmd b/windows/install.cmd
index fe1d6f5..bb3be7e 100644
--- a/windows/install.cmd
+++ b/windows/install.cmd
@@ -32,7 +32,7 @@ WHERE python /q || (
GOTO :ERROR
)
-WHERE pip /q || (
+WHERE pip.exe /q || (
ECHO.
ECHO Pip.exe not found, install or add to PATH
ECHO.
@@ -41,7 +41,7 @@ WHERE pip /q || (
ECHO Ensuring the latest FontTools is installed.
-pip install --upgrade https://github.com/behdad/fonttools/archive/master.zip
+pip.exe install --upgrade https://github.com/behdad/fonttools/archive/master.zip
WHERE ttx /q || (
ECHO.
@@ -119,4 +119,4 @@ EXIT /b
:ERROR
ECHO Installation failed!
PAUSE
-EXIT /b %ERRORLEVEL% \ No newline at end of file
+EXIT /b %ERRORLEVEL%