Enterprise Framework

Software Solutions in the Enterprise

Mac - dotnetcore: command not found after installing .NET SDK

After installing the Microsoft SDK for mac.  


Get an error trying to run dotnetcore from bash

$ dotnetcore 
-bash: dotnetcore: command not found

Missing Link - run the below command

$ ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/

Comments are closed