pythonnet / clr-loader

Loader for different .NET runtimes
MIT License
32 stars 23 forks source link

Fix issue 24: macOS: dotnet from fixed path when DOTNET_ROOT not set #25

Closed DareDevilDenis closed 2 years ago

DareDevilDenis commented 2 years ago

On macOS, if DOTNET_ROOT is not set then look in fixed path /usr/local/share/dotnet for the dotnet executable. This fixes issue https://github.com/pythonnet/clr-loader/issues/24