You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that virtually none of the package managers on Windows seem to be able to add the Unix utilities to the PATH. Chocolatey's manifests as well as dozens of GitHub search hits refer to /GitAndUnixToolsOnPath which is absent from both the documentation and the actual code that seems to create the installer.
No matter if one specifies the probably legacy /GitAndUnixToolsOnPath or /PathOption=CmdTools which seems like the more current method: The installation doesn't reflect either of these flags, nor does it if one tries throwing in /TASKS=modpath_all. All of this using the latest installer at the time of writing, 2.49 (x64).
Is it user error or is the installer really borked?