Skip to content

Commit

Permalink
Reload PATH after installing Python
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Mar 22, 2024
1 parent c245702 commit ab5cb6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install-3rdparty-full-win1064.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ if($ok) {
if ($global:ghActionRunner) {
Write-Output "cwipc_check install: python: cwipc packages: skipping."
} else {
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
Write-Output "cwipc_check install: python: cwipc packages: All done."
Expand Down

0 comments on commit ab5cb6f

Please sign in to comment.