Table of Contents

Method GetPythonConfigVar

Namespace
Alternet.Common.Python
Assembly
Alternet.Common.Python.v10.dll

GetPythonConfigVar(string)

Executes 'python' command using os command interpreter and gets the config variable specified by it's name.

public static string GetPythonConfigVar(string s)

Parameters

s string

Name of the config variable.

Returns

string