dotnet tools - SDK and runtime on Linux; deployment issues
John Aschenbrenner
1
Reputation point
I recently did a deploy of dotnet tools 6, SDK and runtime on my Linux Ubuntu 22.04.2 LTS. I could not get it to work at first. It appeared that everything was installed correctly and env var's were set. I finally tracked down that the issue was that my path variable was set up to point to /home/myname/.dotnet/tools
This folder however does not exist. It should just point to /home/myname/.dotnet. I changed my path thus and now it works as expected.
Can you please fix this for the Ubuntu install?
Sign in to answer