Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56bebfa

Browse files
committed
add C:\Python to PATH
1 parentb65fa30 commit56bebfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎appveyor.yml

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp