-
|
Can someone clarify which one of those two is supposed to be added to the |
Beta Was this translation helpful? Give feedback.
Answered by
lhecker
Jun 5, 2026
Replies: 1 comment 1 reply
-
|
The cmd one is a terrible workaround to an issue with PowerShell: coreutils/src/pwsh-install-template.ps1 Lines 94 to 99 in 311524b (In the future this will probably just work in PowerShell with no workarounds.) So, you'd want to add the bin directory to PATH instead. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lhecker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cmd one is a terrible workaround to an issue with PowerShell:
coreutils/src/pwsh-install-template.ps1
Lines 94 to 99 in 311524b
(In the future this will prob…