I need to set Maven options in machine. I ran following command and I got \'export\' is not recognized as an internal or external command
\'export\' is not recognized as an internal or external command
export MAV
I tried set, didn't work for me, in the end:
$env:
worked. But you have to put your string in quotes like:
$env:SPOTIFY_CLIENT_ID="XXXX"