From bfaf87bfb5d0fca84ac8466de8958f665801783b Mon Sep 17 00:00:00 2001 From: ulvii Date: Thu, 6 Jul 2017 18:00:33 -0700 Subject: [PATCH] Fixing an issue with pip3 --- test/Performance/setup_env_windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Performance/setup_env_windows.ps1 b/test/Performance/setup_env_windows.ps1 index ecce25bc..4868a0b4 100644 --- a/test/Performance/setup_env_windows.ps1 +++ b/test/Performance/setup_env_windows.ps1 @@ -39,7 +39,7 @@ Write-Host "Installing Python3..." choco install -y python3 RefreshEnv Write-Host "Installing pyodbc..." -pip3 install pyodbc | Out-Null +C:\Python*\Scripts\pip3.exe install pyodbc | Out-Null Write-Host "Downloading MSODBCSQL..." #This needs to be manually updated when there is a new release (New-object System.Net.WebClient).DownloadFile('https://download.microsoft.com/download/D/5/E/D5EEF288-A277-45C8-855B-8E2CB7E25B96/x64/msodbcsql.msi', "$tempFolder\msodbcsql.msi")