Hi. I just spent all day trying to run a dotnet script command after installing it with dotnet tool install -g dotnet-script and I was getting
You must install .NET to run this application.
...
.NET location: Not found
Learn about runtime installation:
https://aka.ms/dotnet/app-launch-failed
Download the .NET runtime:
...
even though dotnet is a valid command in my cli. I am using binaries. The only thing that worked is adding DOTNET_ROOT to my path with the location of the dotnet binaries, even if Path already has the location of the dotnet
Can somebody please update the readme with this small small detail?
Hi. I just spent all day trying to run a
dotnet scriptcommand after installing it withdotnet tool install -g dotnet-scriptand I was gettingeven though
dotnetis a valid command in my cli. I am using binaries. The only thing that worked is addingDOTNET_ROOTto my path with the location of thedotnetbinaries, even ifPathalready has the location of thedotnetCan somebody please update the readme with this small small detail?