'export' is not recognized as an internal or external command

后端 未结 5 778
萌比男神i
萌比男神i 2021-01-31 13:40

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 MAV         


        
5条回答
  •  不要未来只要你来
    2021-01-31 14:06

    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"
    

提交回复
热议问题