From 5190496f67a32e10c5935774bb4de24ae5827762 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 14 Sep 2015 11:27:51 -0400 Subject: Learning Powershell one SO post at a time... --- ci/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/install.ps1 b/ci/install.ps1 index 2ece08d..330005e 100644 --- a/ci/install.ps1 +++ b/ci/install.ps1 @@ -167,7 +167,7 @@ function InstallPip ($python_home) { $webclient.DownloadFile($GET_PIP_URL, $GET_PIP_PATH) Write-Host "Executing:" $python_path $RUN_GET_PIP_PATH #Start-Process -FilePath "$python_path" -ArgumentList "$RUN_GET_PIP_PATH" -Wait -Passthru - $python_path $RUN_GET_PIP_PATH -v + & $python_path $RUN_GET_PIP_PATH -v } else { Write-Host "pip already installed." } -- cgit v1.2.1