Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65fa30 commit 56bebfaCopy full SHA for 56bebfa
appveyor.yml
@@ -16,6 +16,7 @@ install:
16
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:\get-pip.py')
17
# appveyor has python 2.7.6 x86 preinstalled, but in the wrong directory, this works around this
18
- ps: if ($env:pythonurl -eq "http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi") {mi c:\python27 c:\python}
19
+ - set PATH=C:\Python;%PATH%
20
- C:\Python\python.exe c:\get-pip.py
21
- C:\Python\Scripts\pip.exe install wheel
22
0 commit comments