File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ if($ok) {
139
139
Write-Output " cwipc_check install: python: already installed"
140
140
} else {
141
141
Write-Output " cwipc_check install: python: downloading..."
142
- $installer = " $tmpinstalldir \python-3.11.8 -amd64.exe"
143
- (New-Object System.Net.WebClient).DownloadFile(" https://www.python.org/ftp/python/3.11.8 /python-3.11.8 -amd64.exe" , $installer );
142
+ $installer = " $tmpinstalldir \python-3.11.9 -amd64.exe"
143
+ (New-Object System.Net.WebClient).DownloadFile(" https://www.python.org/ftp/python/3.11.9 /python-3.11.9 -amd64.exe" , $installer );
144
144
Write-Output " cwipc_check install: python: installing..."
145
145
Start-Process - FilePath $installer - ArgumentList ' /quiet InstallAllUsers=1 PrependPath=1' - Wait
146
146
Write-Output " cwipc_check install: python: installed"
You can’t perform that action at this time.
0 commit comments