导出不识别

Export is not recognize

我想安装 dot.net 包,但 Azure 应用服务无法识别导出。

wget -q -O - https://dot.net/v1/dotnet-install.sh | bash -s -- --version 3.1.102
export PATH="\~/. github.com/JaneFun/JaneFun/tree/main:$PATH"
echo "export PATH="\~/. 
github.com/JaneFun/JaneFun/tree/main:$PATH":$PATH" \>\> \~/.bashrc

但是没有成功,出现了这个错误:

export: The term 'export' is not recognized as a name of a cmdlet, function, script file, or executable program.

Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

看起来正常。

您使用的是哪个版本,您可以在当前版本的 Azure CLI 中试试这个是 2.34.1。

有关最新版本的信息,请参阅 release notes. To find your installed version and see if you need to update, run az version

您似乎正在 运行在 azure cloud shell-Powershell 模式下使用 cmd。所以您收到以下错误:

所以请将其更改为 Bash 和 运行 cmdlet,并检查其他答案中@SnehaAgrawal-MSFT 建议的版本.