|
Initializes the Python engine and sets up the Python
environment.
This function does nothing if the Python environment has already
been set up.
For the python DLL you would typically pass null to auto-locate
the library. However if you want to specify the locatoin yourself
ou might use values such as,
- @"C:\Program Files\Python\Python313\python313.dll"
- "/usr/lib/x86_64-linux-gnu/libpython3.10.so.1"
|