Property PythonLibPathSuffix
PythonLibPathSuffix
Gets or sets the suffix for the Python library path. By default, it returns "Lib" on Windows and "lib" on other operating systems.
public static string PythonLibPathSuffix { get; set; }
Gets or sets the suffix for the Python library path. By default, it returns "Lib" on Windows and "lib" on other operating systems.
public static string PythonLibPathSuffix { get; set; }