Skip to content

Commit

Permalink
Run the python module install script by full pathname.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Mar 27, 2024
1 parent 513423e commit bb8f8ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install-3rdparty-full-win1064.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ if ($global:ghActionRunner) {
Write-Output "cwipc_check install: python: reload PATH..."
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
Write-Output "cwipc_check install: python: cwipc packages: installing..."
& cwipc_pymodules_install.ps1
$binDir = "$PSScriptRoot\..\..\..\bin"
& $binDir\cwipc_pymodules_install.ps1
Write-Output "cwipc_check install: python: cwipc packages: All done."
}
Write-Output "cwipc_check install: All done: You can close this Powershell window."

0 comments on commit bb8f8ae

Please sign in to comment.