You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring the runtime has essentially three common cases:
.NET Framework
Mono with a globally accessible libmono.so
.NET Core
To make this easier to use (and hide clr_loader a bit), I propose that we introduce a new environment variable PYTHONNET_RUNTIME that configures what happens if one just imports clr, and a corresponding pythonnet.configure function with some simple parameters.