Add a dotnetup dotnet command to forward to the user-local install root. That way if the PATH isn't correct but dotnetup is on the path you still have a way to access the user-local dotnet. (For this to be more useful, we need to have a way of installing dotnetup itself and adding dotnetup to the path).
Add a
dotnetup dotnetcommand to forward to the user-local install root. That way if the PATH isn't correct butdotnetupis on the path you still have a way to access the user-local dotnet. (For this to be more useful, we need to have a way of installing dotnetup itself and adding dotnetup to the path).