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

Commit78f361f

Browse files
committed
Merge pull request#30 from pythonnet/appveyorfix
Fix appveyor problem with python 2.7.6 x86
2 parents0863a61 +6d284cc commit78f361f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ install:
1414
-ps:(new-object net.webclient).DownloadFile($env:pythonurl, 'C:\python.msi')
1515
-ps:start-process -wait -FilePath msiexec.exe -ArgumentList "/qn /i C:\python.msi TARGETDIR=C:\Python"
1616
-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}
1719
-C:\Python\python.exe c:\get-pip.py
1820
-C:\Python\Scripts\pip.exe install wheel
1921

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp