Method GetPythonConfigVar
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
sstringName of the config variable.