Update to WinPython 2.7.13.1 and add new packages for WinPython 3.5.4 as well. (only used if explicitly installed)

This commit is contained in:
Jukka Jylänki
2018-02-26 19:29:27 +02:00
parent 14790ac40e
commit 4c8ea1b10b
3 changed files with 65 additions and 19 deletions

View File

@@ -1,6 +1,8 @@
$ScriptDirectory = Split-Path -parent $PSCommandPath
$PythonLocations = $(
"python\2.7.13.1_64bit\python-2.7.13.amd64\python.exe",
"python\2.7.13.1_32bit\python-2.7.13\python.exe",
"python\2.7.5.3_64bit\python.exe",
"python\2.7.5.3_32bit\python.exe",
"python\2.7.5_64bit\python.exe",