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

后端 未结 5 641
青春惊慌失措
青春惊慌失措 2021-01-31 13:49

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:20

    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"
    

提交回复
热议问题