Pathman fails during Windows install operations #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Windows version (output of
cmd /c ver
): Microsoft Windows [Version 10.0.18363.900]When I run an install operation in PowerShell:
or
pathman prints out
and does not correctly adjust the path even though it should.
One of the lines that causes this is
Strangely this works fine in vanilla PowerShell but not in PowerShell ISE. You can consistently repro the problem by running
powershell_ise.exe
, pasting that line into the command window at the bottom, and running it.Pathman fails during install operationsto Pathman fails during Windows install operations