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

Appearance settings

Commit 23d3a09

Browse filesBrowse files
committed
download Python 3.9 manually
1 parent 7e10464 commit 23d3a09
Copy full SHA for 23d3a09

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed

‎appveyor.yml

Copy file name to clipboardExpand all lines: appveyor.yml
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,16 @@ environment:
137137
matrix:
138138
fast_finish: true
139139

140+
install:
141+
- ps: |
142+
if (-not (Test-Path $env:PYTHON)) {
143+
curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/devel/install_python.ps1
144+
.\install_python.ps1
145+
}
146+
- ps: if (-not (Test-Path $env:PYTHON)) { throw "No $env:PYTHON" }
147+
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
148+
- python --version
149+
140150
build_script:
141151
- cmd: |
142152
"%PYTHON%/python.exe" -m pip install --upgrade pip

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.