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 b6b19b3

Browse filesBrowse files
committed
add Python to path
1 parent 95ebeea commit b6b19b3
Copy full SHA for b6b19b3

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎appveyor.yml

Copy file name to clipboardExpand all lines: appveyor.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ install:
207207
curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/11a389d78892cf90addac8f69433d5e22bfa422a/install_python.ps1
208208
.\install_python.ps1
209209
}
210+
- ps: if (-not (Test-Path $env:PYTHON)) { throw "No $env:PYTHON" }
211+
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
212+
- python --version
210213

211214
build_script:
212215
- cmd: |

0 commit comments

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