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.
The text was updated successfully, but these errors were encountered:
Since this is not a breaking change, does 3.0.0 need to depend on it? The embedding instructions for the current verbose method are still needed unless you want to deprecate it.
Configuring the runtime has essentially three common cases:
libmono.so
To make this easier to use (and hide
clr_loader
a bit), I propose that we introduce a new environment variablePYTHONNET_RUNTIME
that configures what happens if one just importsclr
, and a correspondingpythonnet.configure
function with some simple parameters.The text was updated successfully, but these errors were encountered: