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
That works in command prompt. However, it fails in PowerShell. Curl is an alias for Invoke-WebRequest in PowerShell. Replacing curl with curl.exe should work:
Moreover, RefreshEnv.cmd fails If chocolatey has just been installed by setup_cpp. I am not sure what is the best solution in this case.
\ProgramData\chocolatey\bin\RefreshEnv.cmd
The above command works unless you have changed chocolatey default install location. However, both fails when you don't have choco installed, and setup_cpp does not install it either.
The text was updated successfully, but these errors were encountered:
Example usage for windows works neither in PowerShell nor in command prompt (tested in Windows 10 sandbox).
That works in command prompt. However, it fails in PowerShell. Curl is an alias for Invoke-WebRequest in PowerShell. Replacing curl with curl.exe should work:
That works in PowerShell but fails in the command prompt. Replacing Forward Slash with Backslash should work:
Moreover,
RefreshEnv.cmd
fails If chocolatey has just been installed by setup_cpp. I am not sure what is the best solution in this case.\ProgramData\chocolatey\bin\RefreshEnv.cmd
The above command works unless you have changed chocolatey default install location. However, both fails when you don't have choco installed, and setup_cpp does not install it either.
The text was updated successfully, but these errors were encountered: