mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #663] [MERGED] appveyor: fix issue self-upgradig pip to v10 #1315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/663
Author: @anthrotype
Created: 4/20/2018
Status: ✅ Merged
Merged: 4/20/2018
Merged by: @eustas
Base:
master← Head:fix-appveyor-pip-upgrade📝 Commits (1)
20ad9fbappveyor: fix issue self-upgradig pip to v10📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
scripts/appveyor.yml(+1 -1)📄 Description
Installing with
--useroption will leave the old pip.exe script in the $PATH, but then running the latter fails because pip 10 moved 'main' to internal modules.The fix is to force overwriting the old pip.exe by installing globally without
--useroption.https://github.com/pypa/pip/issues/5240#issuecomment-382989420
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.