Skip to content

Commit 56bebfa

Browse files
committed
add C:\Python to PATH
1 parent b65fa30 commit 56bebfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ install:
1616
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:\get-pip.py')
1717
# appveyor has python 2.7.6 x86 preinstalled, but in the wrong directory, this works around this
1818
- 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%
1920
- C:\Python\python.exe c:\get-pip.py
2021
- C:\Python\Scripts\pip.exe install wheel
2122

0 commit comments

Comments
 (0)