We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660508d commit 2823f09Copy full SHA for 2823f09
2 files changed
appveyor.yml
@@ -14,7 +14,7 @@ install:
14
- npm i -g yarn
15
- yarn
16
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
17
- - pip install -U pip
+ - python -m pip install -U pip
18
- pip install -t ./pythonFiles/experimental/ptvsd git+https://github.com/Microsoft/ptvsd/
19
- python --version
20
- python -m easy_install -U setuptools
news/3 Code Health/1107.md
@@ -0,0 +1 @@
1
+Change the command used to install pip on AppVeyor to avoid installation errors.
0 commit comments