mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
appveyor: fix issue self-upgradig pip to v10 (#663)
Installing with --user will leave the old pip.exe script in the $PATH, but running this will fail because pip 10 moved 'main' to internal modules. https://github.com/pypa/pip/issues/5240#issuecomment-382989420
This commit is contained in:
parent
6000396155
commit
f94cd51b5c
@ -31,7 +31,7 @@ environment:
|
||||
install:
|
||||
- IF "%BUILD_SYSTEM%"=="Python" (
|
||||
SET "PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%" &&
|
||||
pip install --disable-pip-version-check --user --upgrade pip &&
|
||||
python -m pip install --upgrade pip &&
|
||||
pip install --upgrade setuptools
|
||||
)
|
||||
- IF "%BUILD_SYSTEM%"=="make" (
|
||||
|
Loading…
Reference in New Issue
Block a user