#Setting $PATH
1 messages · Page 1 of 1 (latest)
👋 try adding single quotes after -c ''
I think your shell is parsing ${PATH} before the command is sent to dagger
I am getting the same error if I try from standard command terminal as well. Without expansion no issues
did you try adding the single quotes?
I get the same error in Dagger shell
Dagger Shell also requires single quotes for the same reason
Just from a glance I don't think --expand true is valid. It should either be --expand or --expand=true. It's a known footgun from pflag with boolean flags.
Thank you @vocal void @wheat schooner @orchid island for your help. I had to use single quotes and remove the true on the expand parameter. I also had to create a settings.json to force VSCode to use Command Prompt on Windows instead of PowerShell.