I just installed dotnet ( build app https://dotnet.microsoft.com/download) on high sierra 10.13.6. However, when I type dotnet in the terminal, it says: command not found!
After I installed the .Net Core SDK 2.2.401 (x64), I got the completion note:
The following was installed at /usr/local/share/dotnet
• .NET Core SDK 2.2.401
• .NET Core Runtime 2.2.6
• ASP.NET Core Runtime 2.2.6
This product collects usage data
• More information and opt-out
Resources
• Core Documentation
• SDK Documentation
• Release Notes
• Tutorials
I guess I should have searched it first. Issue this at terminal
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/
Most helpful comment
I guess I should have searched it first. Issue this at terminal
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/