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
This happened during pair prog on 9/7 on @Dashrekker's computer. @Dashrekker tried to install the dlp-cli with this cmd from the dlp-cli README (after init of dlp-cli submodule): winget install -m dlp-cli/manifests/d/DSGT-DLP/dlp-cli/0.0.11. Winget does install the dlp-cli, but it doesn't add the path properly to environment variables. @Dashrekker was able to resolve this by adding the path to the dlp-cli.exe manually to the path env var.
What we can do ig is that we'll just have to modify the README stating the path env var to the winget installation location of dlp-cli that would need to be added for now.
Steps to reproduce
Follow the Windows installation instructions in the dlp-cli README
The text was updated successfully, but these errors were encountered:
Operating system
Windows
Bug description
This happened during pair prog on 9/7 on @Dashrekker's computer. @Dashrekker tried to install the dlp-cli with this cmd from the dlp-cli README (after init of dlp-cli submodule):
winget install -m dlp-cli/manifests/d/DSGT-DLP/dlp-cli/0.0.11
. Winget does install the dlp-cli, but it doesn't add the path properly to environment variables. @Dashrekker was able to resolve this by adding the path to the dlp-cli.exe manually to the path env var.This seems like this is a current issue that winget is resolving: microsoft/winget-cli#3002
What we can do ig is that we'll just have to modify the README stating the path env var to the winget installation location of dlp-cli that would need to be added for now.
Steps to reproduce
Follow the Windows installation instructions in the dlp-cli README
The text was updated successfully, but these errors were encountered: