I would like to install dot.net package but the export is not recognized in Azure App Service.
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
However, it is not successful and appeared with this error:
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.