Closed nnevedm closed 1 week ago
And did you restart the terminal window after you installed the SDK?
yes I did
Is the directory /usr/local/share/dotnet/
present on your mac, and is it on your PATH environment variable? If not, can you add it to your PATH and try running dotnet --info
again? Finally, does the install log at /var/log/install.log
contain any lines that point to an error or warning coming from the .NET SDK installation package?
This issue is stale because there has been no response to a request for more information for 7 days.
This issue was closed because there was no response to a request for more information for 10 days.
URL
https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/install
Operating system
macos
More information about your system
macOS Monterey 12.7.6 Architecture x64
Description
I want to install .NET SDK to build a first .NET Application. I did click to install and it's intalled. But now the command "dotnet --version" won't execute on my terminal.
dotnet --info
➜ ~ dotnet --version zsh: command not found: dotnet