interface PythonSettings { path?: string; osVar?: string; pythonExecutable?: string; pip?: string; requirements?: string; }