Skip to content

Commit 2823f09

Browse files
authored
Change installation command for pip on appveyor (#1108)
Fixes #1107
1 parent 660508d commit 2823f09

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- npm i -g yarn
1515
- yarn
1616
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
17-
- pip install -U pip
17+
- python -m pip install -U pip
1818
- pip install -t ./pythonFiles/experimental/ptvsd git+https://github.com/Microsoft/ptvsd/
1919
- python --version
2020
- python -m easy_install -U setuptools

news/3 Code Health/1107.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change the command used to install pip on AppVeyor to avoid installation errors.

0 commit comments

Comments
 (0)