Add windows download location to python search path - match manifest (#1024)
This commit is contained in:
@@ -2,6 +2,7 @@ $ScriptDirectory = Split-Path -parent $PSCommandPath
|
|||||||
|
|
||||||
$PythonLocations = $(
|
$PythonLocations = $(
|
||||||
"python\3.9.2-1_64bit\python.exe",
|
"python\3.9.2-1_64bit\python.exe",
|
||||||
|
"python\3.9.2-nuget_64bit\python.exe",
|
||||||
"python\3.7.4-pywin32_64bit\python.exe",
|
"python\3.7.4-pywin32_64bit\python.exe",
|
||||||
"python\3.7.4_64bit\python.exe",
|
"python\3.7.4_64bit\python.exe",
|
||||||
"python\2.7.13.1_64bit\python-2.7.13.amd64\python.exe",
|
"python\2.7.13.1_64bit\python-2.7.13.amd64\python.exe",
|
||||||
|
|||||||
Reference in New Issue
Block a user